chiark / gitweb /
scanner: rename variables, use os.path.relpath
[fdroidserver.git] / makebuildserver
index dea15f669ab39a1b34bf1aff19ed307c4e7d55ba..e84a6444a179f44c43ec72f334ddc78e196f4dc7 100755 (executable)
@@ -124,6 +124,9 @@ if config['apt_package_cache']:
         shutil.rmtree(aptcachepartial)
 
 cachefiles = [
+    # Don't update sdk tools beyond 25.2.5.
+    # Support for android update project has been removed and there is no replacement.
+    # Until we find a solution for that we need to stay at this revision.
     ('https://dl.google.com/android/repository/tools_r25.2.5-linux.zip',
      '577516819c8b5fae680f049d39014ff1ba4af870b687cab10595783e6f22d33e'),
     ('https://dl.google.com/android/repository/android_m2repository_r47.zip',