diff options
Diffstat (limited to 'common/tests/Android.mk')
-rw-r--r-- | common/tests/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/tests/Android.mk b/common/tests/Android.mk index 0f2c3e4..74255521 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) |