| 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
|
|
|
| # 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.
|
|
|