From dc3efa9ea22dba0aef5acc9c28b4d782a8e74236 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 16 Jan 2013 17:54:08 -0800 Subject: Switch Gallery over to RS compatibility library. Change-Id: If6eaea15a12a1448b402fb00dfd770b3749471ad --- proguard.flags | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proguard.flags b/proguard.flags index b54b0c791..dce9d077d 100644 --- a/proguard.flags +++ b/proguard.flags @@ -45,6 +45,8 @@ # Disable the warnings of using dynamic method calls in EffectsRecorder -dontnote com.android.camera.EffectsRecorder +-keep class android.support.v8.renderscript.** { *; } + # Required for ActionBarSherlock -keep class android.support.v4.app.** { *; } -keep interface android.support.v4.app.** { *; } -- cgit v1.2.3