Index: build/android/pylib/constants/__init__.py |
diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py |
index 9b25dcd07ca7ff4712df3ccd151acbe055ea35ab..122ae98cf8ca46eb91f109db850206ea55347a24 100644 |
--- a/build/android/pylib/constants/__init__.py |
+++ b/build/android/pylib/constants/__init__.py |
@@ -96,7 +96,7 @@ |
SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots') |
ANDROID_SDK_VERSION = version_codes.MARSHMALLOW |
-ANDROID_SDK_BUILD_TOOLS_VERSION = '23.0.1' |
+ANDROID_SDK_BUILD_TOOLS_VERSION = '24.0.2' |
ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, |
'third_party', 'android_tools', 'sdk') |
ANDROID_SDK_TOOLS = os.path.join(ANDROID_SDK_ROOT, |