disable proguard. This makes unittests run.

Change-Id: I566bbb83027f55ceb93927cbbb9d4113a1b73c38
This commit is contained in:
Nick Kralevich
2010-10-12 15:16:54 -07:00
parent 22ba58cfb8
commit 5e26d64d09

View File

@@ -12,6 +12,8 @@ LOCAL_PACKAGE_NAME := TagApp
# LOCAL_SDK_VERSION := current # LOCAL_SDK_VERSION := current
LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)
# Use the following include to make our test apk. # Use the following include to make our test apk.