Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index cb026da0463d90849218ec424fb9f48eb9b4ca47..a41438c8520374ce89b5464750388d36c1688793 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -133,8 +133,8 @@ DEVICE_PERF_OUTPUT_DIR = ( |
SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots') |
-ANDROID_SDK_VERSION = 19 |
-ANDROID_SDK_BUILD_TOOLS_VERSION = '19.0.0' |
+ANDROID_SDK_VERSION = 20 |
+ANDROID_SDK_BUILD_TOOLS_VERSION = '20.0.0' |
ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, |
'third_party/android_tools/sdk') |
ANDROID_SDK_TOOLS = os.path.join(ANDROID_SDK_ROOT, |