| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 0b1ffd7f6f4618f1fc9131d39752cf1f09bb0e12..93016e2db7d0aff8f5e361f3fcac5223486d14c2 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1618,7 +1618,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%': '20.0.0',
|
| 'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')",
|
| },
|
| # Copy conditionally-set variables out one scope.
|
|
|