Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 4b254f998b37f0d32280eb85faa496f91eddfd41..903680511cff0a0d3528bd23401b866041f2d840 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1369,7 +1369,7 @@ |
'android_sdk_root%': '<!(cd <(DEPTH) && pwd -P)/third_party/android_tools/sdk/', |
'android_host_arch%': '<!(uname -m)', |
# Android API-level of the SDK used for compilation. |
- 'android_sdk_version%': '<!(/bin/echo -n ${ANDROID_SDK_VERSION})', |
+ 'android_sdk_version%': '19', |
# Android SDK build tools (e.g. dx, aapt, aidl) |
'android_sdk_tools%': '<!(/bin/echo -n ${ANDROID_SDK_TOOLS})', |
}, |