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

Unified Diff: build/android/gyp/ant.py

Issue 118583003: gyps! and builds! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « build/android/envsetup.sh ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/ant.py
diff --git a/build/android/gyp/ant.py b/build/android/gyp/ant.py
index 5394b9ec7d5ae6792ea54b611ab4c438b3ba48e6..deaac6823959a58a7c144c5209224d4d3a707a25 100755
--- a/build/android/gyp/ant.py
+++ b/build/android/gyp/ant.py
@@ -28,7 +28,7 @@ def main(argv):
options, args = option_parser.parse_args(argv[1:])
try:
- stdout = build_utils.CheckOutput(['ant'] + args)
+ stdout = build_utils.CheckOutput(['/Users/thakis/Downloads/apache-ant-1.9.3/bin/ant'] + args)
except build_utils.CalledProcessError:
# It is very difficult to diagnose ant failures without the '-verbose'
# argument. So, when an ant command fails, re-run it with '-verbose' so that
« no previous file with comments | « build/android/envsetup.sh ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698