summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
-rw-r--r--proguard.flags2
2 files changed, 4 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.
diff --git a/proguard.flags b/proguard.flags
new file mode 100644
index 00000000..c0d4ea60
--- /dev/null
+++ b/proguard.flags
@@ -0,0 +1,2 @@
+-keep class com.android.calendar.selectcalendars.SelectCalendarsSyncFragment
+-keep class com.android.calendar.AboutPreferences