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

Unified Diff: build/java_apk.gypi

Issue 1416703003: [Android] Add a configurable environment for devil/. (RELAND 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years 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/cloud_storage_info.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 2a62d9722e4985bb6052b281f855aae8f678ce7a..93913b24c9c77f2098317f64967d117cb56844ae 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -548,6 +548,7 @@
'--apk=<(incomplete_apk_path)',
'--stamp=<(link_stamp)',
'--configuration-name=<(CONFIGURATION_NAME)',
+ '--output-directory=<(PRODUCT_DIR)',
],
},
],
@@ -695,6 +696,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/cloud_storage_info.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698