summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2010-10-14 11:10:28 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2010-10-14 11:13:16 -0700
commit551f69cdf30483bfc94f1765d6f8af56dd51694f (patch)
treef471f7afcdac56cee7f46c9565de29f728ab4afe /Android.mk
parent5af16663985a2c47d1bd248a36ea79ae44e00447 (diff)
downloadandroid_packages_apps_Calendar-551f69cdf30483bfc94f1765d6f8af56dd51694f.tar.gz
android_packages_apps_Calendar-551f69cdf30483bfc94f1765d6f8af56dd51694f.tar.bz2
android_packages_apps_Calendar-551f69cdf30483bfc94f1765d6f8af56dd51694f.zip
Add proguard.flags to keep necessary Fragment
Bug: 3097431 Change-Id: If5e242bd99abecb63e1059facea6d2ca6b5de0b4
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 204c290c..9fe11621 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,6 +11,8 @@ LOCAL_STATIC_JAVA_LIBRARIES += android-common guava
LOCAL_PACKAGE_NAME := Calendar
+LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+
include $(BUILD_PACKAGE)
# Use the following include to make our test apk.