Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index b849a8d9ec35dea9a18ff9411a21c6d3a0dc8474..34dbf190af85b6ea8d4a998d047a820291b07f49 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -167,9 +167,10 @@ class ANDROID_SDK_VERSION_CODES(object): |
KITKAT = 19 |
KITKAT_WATCH = 20 |
LOLLIPOP = 21 |
+ LOLLIPOP_MR1 = 22 |
-ANDROID_SDK_VERSION = ANDROID_SDK_VERSION_CODES.LOLLIPOP |
-ANDROID_SDK_BUILD_TOOLS_VERSION = '21.0.1' |
+ANDROID_SDK_VERSION = ANDROID_SDK_VERSION_CODES.LOLLIPOP_MR1 |
+ANDROID_SDK_BUILD_TOOLS_VERSION = '22.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, |