Re-enable Proguard, supports 3D all apps correctly now.

Change-Id: I84ab56054c9f57985fec9107c3977691177b85a4
This commit is contained in:
Romain Guy
2010-03-11 10:36:05 -08:00
parent f8f7995e60
commit 5347b3f6e4
2 changed files with 3 additions and 2 deletions

View File

@@ -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)

View File

@@ -3,4 +3,6 @@
public void nextScreen(android.view.View);
}
-keep class com.android.launcher2.AllApps3D.Defines
-keep class com.android.launcher2.AllApps3D$Defines {
*;
}