summaryrefslogtreecommitdiffstats
path: root/build/android/dex_action.gypi
diff options
context:
space:
mode:
authornavabi@google.com <navabi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-09 06:48:18 +0000
committernavabi@google.com <navabi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-09 06:48:18 +0000
commit6bfda61fc541929bf028ce4aee5f36d2522c79c7 (patch)
treec631f0c42316be300caf3b2205adbbc37d2a084d /build/android/dex_action.gypi
parent968495662a56abd30e1dcf5ba0c92a2b73e5b3e3 (diff)
downloadchromium_src-6bfda61fc541929bf028ce4aee5f36d2522c79c7.zip
chromium_src-6bfda61fc541929bf028ce4aee5f36d2522c79c7.tar.gz
chromium_src-6bfda61fc541929bf028ce4aee5f36d2522c79c7.tar.bz2
Some of the build tools have moved in the SDK (e.g. aapt, aidl) from
sdk/platform-tools/ to sdk/build-tools/<tools-version>/. The tools version is 18.0.1. BUG=263966 Review URL: https://chromiumcodereview.appspot.com/21977003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/dex_action.gypi')
-rw-r--r--build/android/dex_action.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/dex_action.gypi b/build/android/dex_action.gypi
index c41effb..ac956b6 100644
--- a/build/android/dex_action.gypi
+++ b/build/android/dex_action.gypi
@@ -47,7 +47,7 @@
'action': [
'python', '<(DEPTH)/build/android/gyp/dex.py',
'--dex-path=<(output_path)',
- '--android-sdk-root=<(android_sdk_root)',
+ '--android-sdk-tools=<(android_sdk_tools)',
'--configuration-name=<(CONFIGURATION_NAME)',
'--proguard-enabled=<(proguard_enabled)',
'--proguard-enabled-input-path=<(proguard_enabled_input_path)',