summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-02-19 18:47:49 -0800
committerYing Wang <wangying@google.com>2010-03-02 09:36:33 -0800
commitd26e9cebe7d8ce43ea4b80ff4f453b738a92443f (patch)
tree5377f79bff9918f9e16ea67bc775d971ebbda6ee /common
parent6bb08bd64740661108c60969db93d3b360b45b66 (diff)
downloadframeworks_native-d26e9cebe7d8ce43ea4b80ff4f453b738a92443f.zip
frameworks_native-d26e9cebe7d8ce43ea4b80ff4f453b738a92443f.tar.gz
frameworks_native-d26e9cebe7d8ce43ea4b80ff4f453b738a92443f.tar.bz2
Fix Proguard flags.
Diffstat (limited to 'common')
-rw-r--r--common/tests/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/tests/Android.mk b/common/tests/Android.mk
index 0f2c3e4..7425552 100644
--- a/common/tests/Android.mk
+++ b/common/tests/Android.mk
@@ -23,4 +23,6 @@ LOCAL_SDK_VERSION := current
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_STATIC_JAVA_LIBRARIES := android-common
+LOCAL_PROGUARD_ENABLED := disabled
+
include $(BUILD_PACKAGE)