From 734290823b0326dc18a85a7a3bc03f6a0bc0f18d Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Thu, 1 Sep 2011 14:11:19 +0800 Subject: Fix alias not found issue. Also remove note message in proguard. Change-Id: I7e15a3b00d7caf32565d035f6c972d302e38d49f --- proguard.flags | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3