summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-02-17 13:49:25 -0800
committerYing Wang <wangying@google.com>2010-02-17 19:08:10 -0800
commitc237ae8c85d4fffc158b0813cbc5b8bde4d75b67 (patch)
tree1286ba9528fc2200fa15e34f1fee418179889969 /Android.mk
parent4ae83c58b3e136b4b1e859ee304ad1b332e9597f (diff)
downloadandroid_packages_apps_Email-c237ae8c85d4fffc158b0813cbc5b8bde4d75b67.tar.gz
android_packages_apps_Email-c237ae8c85d4fffc158b0813cbc5b8bde4d75b67.tar.bz2
android_packages_apps_Email-c237ae8c85d4fffc158b0813cbc5b8bde4d75b67.zip
Enable Proguard.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 794feec44..484e62179 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,6 +28,9 @@ LOCAL_JAVA_STATIC_LIBRARIES := android-common
LOCAL_PACKAGE_NAME := Email
+LOCAL_PROGUARD_ENABLED := full
+LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
+
include $(BUILD_PACKAGE)
# additionally, build unit tests in a separate .apk