Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index f3f3e940a4bbf0faacd723c10b4048d2996e513c..787319ec408996dc5b1788be97ddc8d145ec3441 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -1514,7 +1514,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%': '18.0.1', |
|
bulach
2014/04/17 13:15:42
nit: left over? :)
qsr
2014/04/17 13:50:24
Done.
|
| 'host_os%': "<!(uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/')", |
| }, |
| # Copy conditionally-set variables out one scope. |