diff options
Diffstat (limited to 'build/android/pylib/constants.py')
-rw-r--r-- | build/android/pylib/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py index c32474f..9ae9878 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, |