Chromium Code Reviews| Index: build/android/envsetup_functions.sh |
| diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh |
| index 2777d2dfc8b301c6fcd820778066bde7ae7331a7..b0bdb2ad18df5e10afd16d5609a9579c8b47b032 100755 |
| --- a/build/android/envsetup_functions.sh |
| +++ b/build/android/envsetup_functions.sh |
| @@ -279,7 +279,7 @@ ${ANDROID_SDK_BUILD_TOOLS_VERSION}" |
| ############################################################################# |
| webview_build_init() { |
| # Use the latest API in the AOSP prebuilts directory (change with AOSP roll). |
| - export ANDROID_SDK_VERSION=17 |
| + export ANDROID_SDK_VERSION=18 |
|
Joao da Silva
2013/09/19 14:32:02
So this breaks the AOSP build. Seems like the 'mas
|
| # For the WebView build we always use the NDK and SDK in the Android tree, |
| # and we don't touch ANDROID_TOOLCHAIN which is already set by Android. |