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

Unified Diff: build/java_apk.gypi

Issue 1141403002: Add split-select logic to apk_install.py & fix crash when --split-apk-path is used (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uses-sdk-21
Patch Set: remove print, convert ShellCommannd to GetProp()s, gyp flag Created 5 years, 7 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/gyp/apk_install.py ('k') | no next file » | 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 ca48a2ae3d2aadf54222a540eea7793d85cdc6e2..c7886aa87236a3f0707f107140176b9d19c388ca 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -640,6 +640,7 @@
'--build-device-configuration=<(build_device_config_path)',
'--install-record=<(apk_install_record)',
'--configuration-name=<(CONFIGURATION_NAME)',
+ '--android-sdk-tools', '<(android_sdk_tools)',
],
'conditions': [
['create_abi_split == 1', {
« no previous file with comments | « build/android/gyp/apk_install.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698