summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2010-02-18 16:28:20 -0800
committerMakoto Onuki <omakoto@google.com>2010-02-18 16:47:19 -0800
commit758a89214f45fe9637c2f4bf24f4b7e88a51e244 (patch)
tree3478f8baf68f327d31722752ace72f8a3ad519e2 /tests/Android.mk
parent767c752a29aba495c2df236de0064d636329fb96 (diff)
downloadandroid_packages_apps_Exchange-758a89214f45fe9637c2f4bf24f4b7e88a51e244.tar.gz
android_packages_apps_Exchange-758a89214f45fe9637c2f4bf24f4b7e88a51e244.tar.bz2
android_packages_apps_Exchange-758a89214f45fe9637c2f4bf24f4b7e88a51e244.zip
Apply proguard to email.
Redoing I10a82fd8fdc16febcd880bfcf519843d5562f8e6 with more flags to keep test only methods.
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index c4e7fd42..9dc36866 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -33,5 +33,6 @@ LOCAL_INSTRUMENTATION_FOR := Email
LOCAL_SDK_VERSION := current
-include $(BUILD_PACKAGE)
+LOCAL_PROGUARD_ENABLED := full
+include $(BUILD_PACKAGE)