| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 92effa3d76bb704605ccb1f361f179ef33ab1585..ac4dff7234e83ecc519750d6d96895d547d09583 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1623,7 +1623,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%': '19',
|
| + 'android_sdk_version%': '20',
|
| 'android_sdk_build_tools_version%': '20.0.0',
|
| 'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')",
|
| },
|
|
|