Index: build/android/pylib/constants.py |
diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py |
index d32494698c244f8ba4fe2053bf9163bf5022cf9d..331efc1c8c91a55eb8db3fff72a02df84514414d 100644 |
--- a/build/android/pylib/constants.py |
+++ b/build/android/pylib/constants.py |
@@ -147,7 +147,7 @@ DEVICE_PERF_OUTPUT_DIR = ( |
SCREENSHOTS_DIR = os.path.join(DIR_SOURCE_ROOT, 'out_screenshots') |
ANDROID_SDK_VERSION = 21 |
-ANDROID_SDK_BUILD_TOOLS_VERSION = '21.0.0' |
+ANDROID_SDK_BUILD_TOOLS_VERSION = '21.0.1' |
ANDROID_SDK_ROOT = os.path.join(DIR_SOURCE_ROOT, |
'third_party/android_tools/sdk') |
ANDROID_SDK_TOOLS = os.path.join(ANDROID_SDK_ROOT, |