summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-09-01 14:11:19 +0800
committerOwen Lin <owenlin@google.com>2011-09-01 17:51:55 +0800
commit2733d79920254aeecdca6b84f125f0626144653e (patch)
tree6118968d8547befdedda1d6272fd5c42b8ea8b81 /proguard.flags
parent36ed2ce6c9282cf3cc60644ed5b5abd1f809e424 (diff)
downloadandroid_packages_apps_Gallery2-2733d79920254aeecdca6b84f125f0626144653e.tar.gz
android_packages_apps_Gallery2-2733d79920254aeecdca6b84f125f0626144653e.tar.bz2
android_packages_apps_Gallery2-2733d79920254aeecdca6b84f125f0626144653e.zip
Fix alias not found issue.
Also remove note message in proguard. Change-Id: I7e15a3b00d7caf32565d035f6c972d302e38d49f
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 0df05e3dc..a8cb36369 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -1,3 +1,6 @@
+# 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.