Add proguard.flags to keep necessary Fragment

Bug: 3097431
Change-Id: If5e242bd99abecb63e1059facea6d2ca6b5de0b4
This commit is contained in:
Daisuke Miyakawa 2010-10-14 11:10:28 -07:00
parent 5af1666398
commit 551f69cdf3
2 changed files with 4 additions and 0 deletions

View File

@ -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.

2
proguard.flags Normal file
View File

@ -0,0 +1,2 @@
-keep class com.android.calendar.selectcalendars.SelectCalendarsSyncFragment
-keep class com.android.calendar.AboutPreferences