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

Unified Diff: build/java_apk.gypi

Issue 1399273002: [Android] Add a configurable environment for devil/. (RELAND) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android_any -> android_host Created 5 years, 2 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/tombstones.py ('k') | tools/telemetry/catapult_base/dependency_manager/dependency_manager.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 174ec4d4da9769087ff44df5bae2de3daab58e47..aa7fbf0a494627f04ab02d60db57e856c907953c 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -542,6 +542,7 @@
'--apk=<(incomplete_apk_path)',
'--stamp=<(link_stamp)',
'--configuration-name=<(CONFIGURATION_NAME)',
+ '--output-directory=<(PRODUCT_DIR)',
],
},
],
@@ -689,6 +690,7 @@
'--install-record=<(apk_install_record)',
'--configuration-name=<(CONFIGURATION_NAME)',
'--android-sdk-tools', '<(android_sdk_tools)',
+ '--output-directory', '<(PRODUCT_DIR)',
],
'conditions': [
['create_abi_split == 1', {
« no previous file with comments | « build/android/tombstones.py ('k') | tools/telemetry/catapult_base/dependency_manager/dependency_manager.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698