summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proguard.flags7
1 files changed, 7 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
new file mode 100644
index 000000000..0df05e3dc
--- /dev/null
+++ b/proguard.flags
@@ -0,0 +1,7 @@
+# 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>;
+}