mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 17:20:29 +03:00
makebuildserver: add comment about not upgrading sdk-tools
This commit is contained in:
parent
e9f8f2cc61
commit
90180bb902
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue