| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index e9e8a3eec34978643ac83417035993ddad65e353..21d2fc7ca2ef6d32855f09aec8ae6ab42198c7f4 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1628,8 +1628,8 @@
|
| '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%': '20',
|
| - 'android_sdk_build_tools_version%': '20.0.0',
|
| + 'android_sdk_version%': '21',
|
| + 'android_sdk_build_tools_version%': '21.0.0',
|
| 'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')",
|
| },
|
| # Copy conditionally-set variables out one scope.
|
|
|