Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 8e48115a01d20f9fe91015a39b49b502f36dc59e..2c356a2b40d2fa08f6b001f392b940402542bd2d 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1498,7 +1498,7 @@ |
'android_host_arch%': '<!(uname -m)', |
# Android API-level of the SDK used for compilation. |
'android_sdk_version%': '19', |
- 'android_sdk_build_tools_version%': '19.0.0', |
+ 'android_sdk_build_tools_version%': '18.0.1', |
'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')", |
}, |
# Copy conditionally-set variables out one scope. |