aboutsummaryrefslogtreecommitdiffstats
path: root/libs/android-transcoder/proguard-rules.pro
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-02-01 21:56:23 +0100
committerChristian Schneppe <christian@pix-art.de>2017-02-01 21:56:23 +0100
commitf928d510e42d371c0a7ccb929dbffe5fadd1d989 (patch)
treef30e4f021d5574ffe03a1e41b66cca3dedaa195e /libs/android-transcoder/proguard-rules.pro
parent1d8c8ea310ada403431f86b9b14af33a04778def (diff)
add android-transcoder directly into libs
Diffstat (limited to 'libs/android-transcoder/proguard-rules.pro')
-rw-r--r--libs/android-transcoder/proguard-rules.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/libs/android-transcoder/proguard-rules.pro b/libs/android-transcoder/proguard-rules.pro
new file mode 100644
index 000000000..91dd3543e
--- /dev/null
+++ b/libs/android-transcoder/proguard-rules.pro
@@ -0,0 +1,17 @@
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in /Users/yuya.tanaka/devel/android-sdk/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the proguardFiles
+# directive in build.gradle.
+#
+# For more details, see
+# http://developer.android.com/guide/developing/tools/proguard.html
+
+# Add any project specific keep options here:
+
+# If your project uses WebView with JS, uncomment the following
+# and specify the fully qualified class name to the JavaScript interface
+# class:
+#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
+# public *;
+#}