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 |