| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index c32474fa435c5ab0a688f74a1494a37608c83f15..9ae9878ebd1a7edd8c72332a813d2f5c1a6d7d5f 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -124,7 +124,7 @@ DEVICE_PERF_OUTPUT_DIR = (
|
|
|
| SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
|
|
|
| -ANDROID_SDK_VERSION = 18
|
| +ANDROID_SDK_VERSION = 19
|
| ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
|
| 'third_party/android_tools/sdk')
|
| ANDROID_NDK_ROOT = os.path.join(DIR_SOURCE_ROOT,
|
|
|