From: Owen Lin Date: Thu, 1 Sep 2011 06:11:19 +0000 (+0800) Subject: Fix alias not found issue. X-Git-Tag: android-x86-6.0-r3~2039^2~18 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=734290823b0326dc18a85a7a3bc03f6a0bc0f18d;p=android-x86%2Fpackages-apps-Camera2.git Fix alias not found issue. Also remove note message in proguard. Change-Id: I7e15a3b00d7caf32565d035f6c972d302e38d49f --- 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.