summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2010-03-02 14:03:08 -0800
committerMakoto Onuki <omakoto@google.com>2010-03-02 14:03:08 -0800
commit20f09c16b5b6e87c95546650e0f46177ff2248ef (patch)
treea50a68da7f64fb2360e7e447344e9930d1f9185e /Android.mk
parent4577f71f76c94dc9fcb06efd2656970925dd3f6a (diff)
downloadandroid_packages_apps_Email-20f09c16b5b6e87c95546650e0f46177ff2248ef.tar.gz
android_packages_apps_Email-20f09c16b5b6e87c95546650e0f46177ff2248ef.tar.bz2
android_packages_apps_Email-20f09c16b5b6e87c95546650e0f46177ff2248ef.zip
Set proguard flags
Without it, email won't work properly and many of tests will fail. Bug 2482363
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 794feec44..e7c3d42b9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,6 +28,8 @@ LOCAL_JAVA_STATIC_LIBRARIES := android-common
LOCAL_PACKAGE_NAME := Email
+LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
+
include $(BUILD_PACKAGE)
# additionally, build unit tests in a separate .apk