mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Re-enable Proguard, supports 3D all apps correctly now.
Change-Id: I84ab56054c9f57985fec9107c3977691177b85a4
This commit is contained in:
@@ -28,7 +28,6 @@ LOCAL_CERTIFICATE := shared
|
||||
|
||||
LOCAL_OVERRIDES_PACKAGES := Home
|
||||
|
||||
LOCAL_PROGUARD_ENABLED := disabled
|
||||
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
@@ -3,4 +3,6 @@
|
||||
public void nextScreen(android.view.View);
|
||||
}
|
||||
|
||||
-keep class com.android.launcher2.AllApps3D.Defines
|
||||
-keep class com.android.launcher2.AllApps3D$Defines {
|
||||
*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user