update android-LollipopMR1
diff --git a/update_build_tools.py b/update_build_tools.py
index 611ae7a..9243ef5 100755
--- a/update_build_tools.py
+++ b/update_build_tools.py
@@ -99,8 +99,8 @@
 
 try:    # make sure we delete the downloaded ZIP
     BUILD_TOOLS_DIRS = [
-        ('android-5.0/lib', 'lib'),
-        ('android-5.0/renderscript', 'renderscript'),
+        ('android-LollipopMR1/lib', 'lib'),
+        ('android-LollipopMR1/renderscript', 'renderscript'),
     ]
 
     executableMap = {}