OSDN Git Service

Initial code for Gallery2.
authorOwen Lin <owenlin@google.com>
Wed, 17 Aug 2011 14:07:43 +0000 (22:07 +0800)
committerOwen Lin <owenlin@google.com>
Thu, 18 Aug 2011 05:33:50 +0000 (13:33 +0800)
fix: 5176434

Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c

proguard.flags [new file with mode: 0644]

diff --git a/proguard.flags b/proguard.flags
new file mode 100644 (file)
index 0000000..0df05e3
--- /dev/null
@@ -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>;
+}