Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2836)

Unified Diff: build/android/ant/chromium-apk.xml

Issue 12599005: Begin de-antification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move Android's build.xml into our tree Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/android/ant/apk-build.xml ('K') | « build/android/ant/apk-build.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/ant/chromium-apk.xml
diff --git a/build/android/ant/chromium-apk.xml b/build/android/ant/chromium-apk.xml
index 4b059b5dae2c950728f5c4f20ac93910a930136d..f2975e95805d54e5f61ef4377b59fc34a72ff456 100644
--- a/build/android/ant/chromium-apk.xml
+++ b/build/android/ant/chromium-apk.xml
@@ -85,6 +85,6 @@
</path>
<import file="sdk-targets.xml"/>
- <import file="${sdk.dir}/tools/ant/build.xml"/>
+ <import file="apk-build.xml"/>
</project>
« build/android/ant/apk-build.xml ('K') | « build/android/ant/apk-build.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698