Disable ProGuard for FakeOemFeatures to fix build.

Change-Id: If0ccf16712bf43adb5fe490906be2a13b484f726
This commit is contained in:
Ying Wang
2012-02-28 12:53:19 -08:00
parent 2437a4ab02
commit 04a3a4350e

View File

@@ -8,6 +8,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := FakeOemFeatures
LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))