Turn off Proguard on Launcher2.
It will be turned on eventually, after the issue is fixed. Change-Id: Ibd2a2d295379d14cd95d13156aa22c44be6fa7b4
This commit is contained in:
parent
73a0554de1
commit
f8f7995e60
|
@ -28,6 +28,7 @@ LOCAL_CERTIFICATE := shared
|
|||
|
||||
LOCAL_OVERRIDES_PACKAGES := Home
|
||||
|
||||
LOCAL_PROGUARD_ENABLED := disabled
|
||||
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
|
Loading…
Reference in New Issue