summaryrefslogtreecommitdiffstats
path: root/proguard.flags
blob: a8cb36369f050afcc86aaa9b4192c0a41f042513 (plain)
1
2
3
4
5
6
7
8
9
10
# Disable the warnings of using dynamic method call in common library.
-dontnote com.android.gallery3d.common.*

# Keep all classes extended from com.android.gallery3d.common.Entry
# Since we annotate on the fields and use reflection to create SQL
# according to those field.

-keep class * extends com.android.gallery3d.common.Entry {
    @com.android.gallery3d.common.Entry$Column <fields>;
}