Turn off Proguard on Launcher2.

It will be turned on eventually, after the issue is fixed.

Change-Id: Ibd2a2d295379d14cd95d13156aa22c44be6fa7b4
This commit is contained in:
Ying Wang 2010-03-11 09:53:25 -08:00
parent 73a0554de1
commit f8f7995e60
1 changed files with 1 additions and 0 deletions

View File

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