1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

makebuildserver: add comment about not upgrading sdk-tools

This commit is contained in:
Marcus Hoffmann 2017-09-03 18:33:03 +02:00
parent e9f8f2cc61
commit 90180bb902

View File

@ -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',