mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
makebuildserver: add comment about not upgrading sdk-tools
This commit is contained in:
parent
e9f8f2cc61
commit
90180bb902
@ -124,6 +124,9 @@ if config['apt_package_cache']:
|
|||||||
shutil.rmtree(aptcachepartial)
|
shutil.rmtree(aptcachepartial)
|
||||||
|
|
||||||
cachefiles = [
|
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',
|
('https://dl.google.com/android/repository/tools_r25.2.5-linux.zip',
|
||||||
'577516819c8b5fae680f049d39014ff1ba4af870b687cab10595783e6f22d33e'),
|
'577516819c8b5fae680f049d39014ff1ba4af870b687cab10595783e6f22d33e'),
|
||||||
('https://dl.google.com/android/repository/android_m2repository_r47.zip',
|
('https://dl.google.com/android/repository/android_m2repository_r47.zip',
|
||||||
|
Loading…
Reference in New Issue
Block a user