Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37c5fa97 authored by Amit Kumar's avatar Amit Kumar
Browse files

Fix failing proguard

Change-Id: I3ac39766f7a19ca166935aa0031b87bc77d47c90
parent 738baf9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_PACKAGE_NAME := DocumentsUI
LOCAL_STATIC_JAVA_LIBRARIES += org.lineageos.platform.sdk
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
LOCAL_FULL_MANIFEST_FILE := $(LOCAL_PATH)/AndroidManifest.xml
+2 −1
Original line number Diff line number Diff line
@@ -16,3 +16,4 @@
-keep public class android.support.v4.view.accessibility.AccessibilityNodeInfoCompat {
   public static android.support.v4.view.accessibility.AccessibilityNodeInfoCompat obtain();
}
-dontwarn lineageos.**
 No newline at end of file