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

Unified Diff: build/java_apk.gypi

Issue 167643002: android: Don't require aapt to be on the path during builds and tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rietfail Created 6 years, 10 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
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index bf841fe90616551277e0103aeed0581f3a472e69..83e23764eb081a4411275cf415a9f63b4bef1edb 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -350,6 +350,7 @@
],
'action': [
'python', '<(DEPTH)/build/android/gyp/create_device_library_links.py',
+ '--android-sdk-tools=<(android_sdk_tools)',
'--build-device-configuration=<(build_device_config_path)',
'--libraries-json=<(ordered_libraries_file)',
'--script-host-path=<(symlink_script_host_path)',
@@ -448,6 +449,7 @@
],
'action': [
'python', '<(DEPTH)/build/android/gyp/apk_install.py',
+ '--android_sdk_tools=<(android_sdk_tools)',
'--apk-path=<(incomplete_apk_path)',
'--build-device-configuration=<(build_device_config_path)',
'--install-record=<(apk_install_record)',

Powered by Google App Engine
This is Rietveld 408576698