Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index b6ef9385dcc3d6a424f52452d7b25e02d7378967..217e6e5e13c0cead4d779f4eaabb028c332507e9 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1390,19 +1390,18 @@ |
| 'android_host_arch%': '<!(uname -m)', |
| # Android API-level of the SDK used for compilation. |
| 'android_sdk_version%': '19', |
| - # Android SDK build tools (e.g. dx, aapt, aidl) |
| - 'android_sdk_tools%': '<!(/bin/echo -n ${ANDROID_SDK_TOOLS})', |
| 'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')", |
| }, |
| # Copy conditionally-set variables out one scope. |
| 'android_ndk_root%': '<(android_ndk_root)', |
| 'android_sdk_root%': '<(android_sdk_root)', |
| 'android_sdk_version%': '<(android_sdk_version)', |
| - 'android_sdk_tools%': '<(android_sdk_tools)', |
| 'android_stlport_root': '<(android_ndk_root)/sources/cxx-stl/stlport', |
| 'host_os%': '<(host_os)', |
| 'android_sdk%': '<(android_sdk_root)/platforms/android-<(android_sdk_version)', |
| + # Android SDK build tools (e.g. dx, aapt, aidl) |
| + 'android_sdk_tools%': '<(android_sdk_root)/build-tools/<(android_sdk_version).0.0', |
|
Torne
2014/02/17 12:14:19
I don't think this is correct; I think the current
Nico
2014/02/17 16:20:21
Are you sure? They were updated at the same time t
Yaron
2014/02/18 18:55:51
Two things come to mind:
1) When we first getting
|
| # Android API level 14 is ICS (Android 4.0) which is the minimum |
| # platform requirement for Chrome on Android, we use it for native |