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
commit734290823b0326dc18a85a7a3bc03f6a0bc0f18d (patch)
tree9da90b08f847bc998c82ac449cadf263aead504b /proguard.flags
parent33f3a80fdff82236f65afd46b70b8f949d6a2107 (diff)
downloadandroid_packages_apps_Snap-734290823b0326dc18a85a7a3bc03f6a0bc0f18d.tar.gz
android_packages_apps_Snap-734290823b0326dc18a85a7a3bc03f6a0bc0f18d.tar.bz2
android_packages_apps_Snap-734290823b0326dc18a85a7a3bc03f6a0bc0f18d.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.