| Index: build/android/pylib/constants.py
|
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py
|
| index a41438c8520374ce89b5464750388d36c1688793..97440377beb33dc32d8974e7a1f39775813b4968 100644
|
| --- a/build/android/pylib/constants.py
|
| +++ b/build/android/pylib/constants.py
|
| @@ -134,6 +134,7 @@ DEVICE_PERF_OUTPUT_DIR = (
|
| SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots')
|
|
|
| ANDROID_SDK_VERSION = 20
|
| +ANDROID_L_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')
|
|
|