Index: chrome/android/testshell/java/chromium_testshell_apk.xml |
diff --git a/chrome/android/testshell/java/chromium_testshell_apk.xml b/chrome/android/testshell/java/chromium_testshell_apk.xml |
index 1ccf3ff367b223d876beec4387b4b9611666e30c..b61ad078f410b9c2da55645c26b1e342e819e459 100644 |
--- a/chrome/android/testshell/java/chromium_testshell_apk.xml |
+++ b/chrome/android/testshell/java/chromium_testshell_apk.xml |
@@ -15,6 +15,11 @@ |
check-exists="false"/> |
<property name="resource.absolute.dir" value="${RESOURCE_DIR}"/> |
<property name="gen.absolute.dir" value="${out.dir}/gen"/> |
+ <!-- Set the output directory for the final apk to the ${apks.dir}. --> |
Yaron
2012/09/24 20:11:32
Revert this file (same code is below)
David Trainor- moved to gerrit
2012/09/24 23:39:57
Done.
|
+ <property-location name="out.final.file" |
+ location="${apks.dir}/${ant.project.name}-debug.apk" |
+ check-exists="false"/> |
+ |
<path id="native.libs.gdbserver"> |
<fileset file="${android.gdbserver}"/> |
</path> |