summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proguard.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 82509333c..66e53673e 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -32,3 +32,6 @@
-keep class com.android.camera.CameraHolder {
public static void injectMockCamera(...);
}
+
+# Disable the warnings of using dynamic method calls in EffectsRecorder
+-dontnote com.android.camera.EffectsRecorder