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

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: Fixed: more non-default directory handling, especially for gyp_managed_install 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
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index dfc103a521542ae023a644c9d72486e63132ccd1..ae5ecc21de8b3d102d333d2e26a2eccc94cf1d4a 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -536,6 +536,7 @@
'--apk=<(incomplete_apk_path)',
'--stamp=<(link_stamp)',
'--configuration-name=<(CONFIGURATION_NAME)',
+ '--output-directory=<(PRODUCT_DIR)',
],
},
],
@@ -683,6 +684,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', {

Powered by Google App Engine
This is Rietveld 408576698