summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-09-23 15:02:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-24 13:36:40 -0700
commit8c32a04458f04d2a6b0dca05c98e24c9bc5c412a (patch)
treea3e5483580c492d882e9288b8898b043e8c536a2 /proguard.flags
parent8ce73319ec3047d7df3fb55405f3c53a8a169d67 (diff)
downloadandroid_packages_apps_Snap-8c32a04458f04d2a6b0dca05c98e24c9bc5c412a.tar.gz
android_packages_apps_Snap-8c32a04458f04d2a6b0dca05c98e24c9bc5c412a.tar.bz2
android_packages_apps_Snap-8c32a04458f04d2a6b0dca05c98e24c9bc5c412a.zip
The trimming solution with the mp4parser library.
bug:7093055 Change-Id: I598a81d80c9c5107696f3af7761207e3ec88f3ff
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 15e97434e..098a540c9 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -43,3 +43,6 @@
-keep interface com.actionbarsherlock.** { *; }
-keepattributes *Annotation*
+# Required for mp4parser
+-keep public class * extends com.coremedia.iso.boxes.AbstractBox
+