Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index 6ca9a31fdf47b2c44a3de7542e783f8c2e7720e3..6cbe727c93c4a74cb93a051c92ac5130d549324c 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -74,7 +74,7 @@ DEVICE_PERF_OUTPUT_DIR = '/data/data/' + CHROME_PACKAGE + '/files' |
SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots') |
-ANDROID_SDK_VERSION = 17 |
+ANDROID_SDK_VERSION = 18 |
ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, |
'third_party/android_tools/sdk') |
ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT, |