aboutsummaryrefslogtreecommitdiffstats
path: root/update-prebuilts.py
Commit message (Collapse)AuthorAgeFilesLines
* update-prebuilts: use fetch_artifact for downloading prebuilts.Rahul Chaudhry2017-09-181-36/+16
| | | | | | | | | | The old method of constructing a URL and downloading using sso_client has stopped working since the URLs have changed. Using fetch_artifact makes this step more robust against future changes in URL schemes. Bug: 37683243 Test: './update-prebuilts.py 4342532' works. Change-Id: I14053709bb9839990e8cf59418010862daf09236
* update-prebuilts: do not update mips prebuilts.Rahul Chaudhry2017-09-181-1/+1
| | | | | | | | The aosp-gcc builder has stopped building the toolchain for mips. Bug: None Test: None Change-Id: Ia3bf3a41b2d0e098efd6e8c526b81f6ef2b1beb0
* Add -androidkernel-readelf symlink.Alex Deymo2016-09-291-0/+1
| | | | | | Bug: 31636643 Change-Id: Ibff564a9ee068c8c8749461b610c1b0f4cc592a5
* Include -kernel link for 'strip'.Than McIntosh2016-04-011-0/+1
| | | | | | | | | When creating the symlinks for the kernel variant of the toolchains, include a link for 'strip' (needed for brillo kernel build). Bug: 27959161 Change-Id: Id83e3e03f17b3de6178853d20684b474178d7928
* Include 'nm' and 'size' in androidkernel list.Than McIntosh2016-02-181-0/+2
| | | | | | Bug: http://b/25371547 Change-Id: I2baa3c7bb74e39c95f32ebd98fd2bb091dbf0cd8
* Add --cachedir option to update-prebuilts.py.Than McIntosh2016-01-281-18/+34
| | | | | | | | Tells the script to draw prebuilt tar files from an existing dir (if present) instead of downloading. Useful for doing hand testing of toolchain changes. Change-Id: I166e1a7f0e7947e50b36c9e9b868f17ee8507503
* Create -androidkernel toolchain symlinks.Josh Gao2015-12-291-14/+66
| | | | | | | | | This commit creates a set of toolchain symlinks for kernel builds that point to the regular toolchain binaries, except with ld pointing to bfd instead of gold. Bug: http://b/25371547 Change-Id: I519cb69f89ea58d7c332ebad00de25b4c5bea19f
* Allow overriding of git commit message.Josh Gao2015-12-291-4/+11
| | | | Change-Id: I4423e93141bbc987348380d523c1bd43b524d132
* Add --dryrun command line option.Than McIntosh2015-12-141-22/+37
| | | | | | | New --dryrun command line option: echo commands but do not execute them. Change-Id: I774fbe8cc0b050e20ee7e69b5b711f18a6168d39
* Add a script to update GCC form Launch Control.Dan Albert2015-11-191-0/+244
This script will update the platform prebuilts to a given build number. Change-Id: I3e35fbc9da78ed833a6b40c38452291fb7ba42bd