Index: testing/android/native_test_apk.xml |
diff --git a/testing/android/native_test_apk.xml b/testing/android/native_test_apk.xml |
index 03e565f4e23bc6e7e41273c54f746e7cfa5a6401..7c4b4e54bd9ad504d5b1370e78354e8047a8846b 100644 |
--- a/testing/android/native_test_apk.xml |
+++ b/testing/android/native_test_apk.xml |
@@ -66,6 +66,9 @@ found in the LICENSE file. |
</condition> |
<property name="native.libs.absolute.dir" location="${out.dir}/libs" /> |
+ <copy file="${out.dir}/AndroidManifest.xml" todir="${out.dir}/manifest"/> |
nilesh
2012/07/11 05:58:31
Please add a comment here.
|
+ <property name="manifest.abs.file" location="${out.dir}/manifest/AndroidManifest.xml"/> |
+ |
<target name="-post-compile"> |
<!-- copy gdbserver to main libs directory if building debug. --> |
<if> |