aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/libsAndJarTest/app/proguard-project.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-07 19:57:28 -0800
committerXavier Ducrohet <xav@android.com>2012-03-07 20:25:35 -0800
commita81979bcbf2378fe405967d5a3d51420fbbd1730 (patch)
tree592965c1d4c5e7ac93d1e31ef565aa5249b7e559 /testapps/libsAndJarTest/app/proguard-project.txt
parenta08befd52438d523cb2cd41b53f961785d3872fd (diff)
downloadsdk-a81979bcbf2378fe405967d5a3d51420fbbd1730.zip
sdk-a81979bcbf2378fe405967d5a3d51420fbbd1730.tar.gz
sdk-a81979bcbf2378fe405967d5a3d51420fbbd1730.tar.bz2
New test projects
This is similar to javaProjectTest without the reference to the Java-only Eclipse project so that it can be tested with Ant. Change-Id: I2f7887ec79cf6cdd7dad7037abb67390906d54f1
Diffstat (limited to 'testapps/libsAndJarTest/app/proguard-project.txt')
-rw-r--r--testapps/libsAndJarTest/app/proguard-project.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/testapps/libsAndJarTest/app/proguard-project.txt b/testapps/libsAndJarTest/app/proguard-project.txt
new file mode 100644
index 0000000..349f80f
--- /dev/null
+++ b/testapps/libsAndJarTest/app/proguard-project.txt
@@ -0,0 +1,22 @@
+# To enable ProGuard in your project, edit project.properties
+# to define the proguard.config property as described in that file.
+#
+# Add project specific ProGuard rules here.
+# By default, the flags in this file are appended to flags specified
+# in ${sdk.dir}/tools/proguard/proguard-android.txt
+# You can edit the include path and order by changing the ProGuard
+# include property in project.properties.
+#
+# 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 *;
+#}
+
+-adaptclassstrings \ No newline at end of file