Build with API level 18 on Android.

BUG=294699

Review URL: https://codereview.chromium.org/23604064

git-svn-id: http://src.chromium.org/svn/trunk/src/build@226343 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
joaodasilva@chromium.org 2013-10-01 23:39:04 +00:00
Родитель 9cbbabe602
Коммит 3601daa9d9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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