aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/testProjectTest/testlib/proguard-project.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-03-29 19:28:25 -0700
committerXavier Ducrohet <xav@android.com>2012-04-16 12:54:55 -0700
commit1daa8f999d87443d14f698ca8ccc103e3309fa3e (patch)
tree29f034c67acbecc4933e35a46484edf1f9c9d055 /testapps/testProjectTest/testlib/proguard-project.txt
parent4a8a17e5f23eace570b54084318b30bdd593fbc0 (diff)
downloadsdk-1daa8f999d87443d14f698ca8ccc103e3309fa3e.zip
sdk-1daa8f999d87443d14f698ca8ccc103e3309fa3e.tar.gz
sdk-1daa8f999d87443d14f698ca8ccc103e3309fa3e.tar.bz2
Fix "ant test" + misc clean up / reorganization of build.xml
- Split NewSetupTask in several tasks to make things more flexible. Particularly this allows more targets to get access to the project type (app, lib, test, ...) as it's not so computive intensive. - Fix test project to give them access to the full tested project's classpath. - Fix support for projects that test themselves. - Make sure library projects are instrumented when using the emma target. Change-Id: Ia0c9564eacee2521e7cbd5154b8a85ea287ad4fd
Diffstat (limited to 'testapps/testProjectTest/testlib/proguard-project.txt')
-rw-r--r--testapps/testProjectTest/testlib/proguard-project.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/testapps/testProjectTest/testlib/proguard-project.txt b/testapps/testProjectTest/testlib/proguard-project.txt
new file mode 100644
index 0000000..f2fe155
--- /dev/null
+++ b/testapps/testProjectTest/testlib/proguard-project.txt
@@ -0,0 +1,20 @@
+# 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 *;
+#}