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

Unified Diff: build/android/dex_action.gypi

Issue 1278573002: [Android] Add gyp support for multidex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yfriedman comments Created 5 years, 4 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/android/dex_action.gypi
diff --git a/build/android/dex_action.gypi b/build/android/dex_action.gypi
index 56d386ffad1e74c78f6dafba6f32d8b3a69b4357..f62a5cbb8e86c0773efe980639fa2cf1aeb8f584 100644
--- a/build/android/dex_action.gypi
+++ b/build/android/dex_action.gypi
@@ -47,7 +47,6 @@
'action': [
'python', '<(DEPTH)/build/android/gyp/dex.py',
'--dex-path=<(output_path)',
- '--android-sdk-tools=<(android_sdk_tools)',
'--output-directory=<(PRODUCT_DIR)',
'--configuration-name=<(CONFIGURATION_NAME)',
'--proguard-enabled=>(proguard_enabled)',

Powered by Google App Engine
This is Rietveld 408576698