OSDN Git Service

Move resource to sync library.
[android-x86/packages-apps-Gallery2.git] / proguard.flags
1 # Keep all classes extended from com.android.gallery3d.common.Entry
2 # Since we annotate on the fields and use reflection to create SQL
3 # according to those field.
4
5 -keep class * extends com.android.gallery3d.common.Entry {
6     @com.android.gallery3d.common.Entry$Column <fields>;
7 }