| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 5fc61d1c2026fa613176beb5dd9676ce025df203..fe6a6dea59da7996b799abd6b077502aaf856f96 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1686,8 +1686,8 @@
|
| 'android_ndk_absolute_root%': '<!(cd <(DEPTH) && pwd -P)/third_party/android_tools/ndk/',
|
| 'android_host_arch%': '<!(uname -m)',
|
| # Android API-level of the SDK used for compilation.
|
| - 'android_sdk_version%': '21',
|
| - 'android_sdk_build_tools_version%': '21.0.1',
|
| + 'android_sdk_version%': '22',
|
| + 'android_sdk_build_tools_version%': '22.0.0',
|
| 'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')",
|
| },
|
| # Copy conditionally-set variables out one scope.
|
|
|