Chromium Code Reviews| Index: content/shell/android/javatests/content_shell_test_apk.xml |
| diff --git a/content/shell/android/javatests/content_shell_test_apk.xml b/content/shell/android/javatests/content_shell_test_apk.xml |
| index 497a81c9b6a0d13ba9a018f0bc496a1a711e0935..d2d21dde1fe5ec18d76bded99b94bb1723611e46 100644 |
| --- a/content/shell/android/javatests/content_shell_test_apk.xml |
| +++ b/content/shell/android/javatests/content_shell_test_apk.xml |
| @@ -27,6 +27,7 @@ |
| <path id="out.dex.jar.input.ref"> |
| <fileset dir="${PRODUCT_DIR}/content_shell/java/libs"/> |
| + <fileset dir="${PRODUCT_DIR}/content_shell_test/java/libs"/> |
| <pathelement location="${PRODUCT_DIR}/content_shell/classes"/> |
| </path> |
| <property name="java.compilerargs" value="-classpath ${toString:out.dex.jar.input.ref}"/> |
| @@ -63,6 +64,16 @@ |
| </copy> |
| </then> |
| </if> |
| + |
| + <!-- We also want a .jar as well as an .apk for so that proguard can |
|
jochen (gone - plz use gerrit)
2012/07/25 14:51:10
for = file?
|
| + be used to list the tests by annotation. --> |
|
jochen (gone - plz use gerrit)
2012/07/25 14:51:10
nit. indent two more spaces so "We" and "be" is al
|
| + <jar destfile="${out.dir}/${ant.project.name}-debug.jar"> |
| + <fileset dir="${out.dir}/classes" includes="**/*.class"/> |
| + <zipfileset |
| + includes="**/*.class" |
| + src="${PRODUCT_DIR}/content_shell_test/java/libs/chromium_content_javatests.jar"/> |
| + </jar> |
| + |
| </target> |
| <import file="${sdk.dir}/tools/ant/build.xml" /> |