aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@google.com>2017-09-18 10:37:34 -0700
committerRahul Chaudhry <rahulchaudhry@google.com>2017-09-18 10:37:34 -0700
commit08875d976f14a5c589c1cfcd17614adad06e43d4 (patch)
tree5e892f5cd055ed55f1094058acfaac15f7768ca7
parentcde5cc9ca5dc2c4e3be26080e84e3deda7bd4aa4 (diff)
downloadtoolchain_gcc-08875d976f14a5c589c1cfcd17614adad06e43d4.tar.gz
toolchain_gcc-08875d976f14a5c589c1cfcd17614adad06e43d4.tar.bz2
toolchain_gcc-08875d976f14a5c589c1cfcd17614adad06e43d4.zip
update-prebuilts: do not update mips prebuilts.
The aosp-gcc builder has stopped building the toolchain for mips. Bug: None Test: None Change-Id: Ia3bf3a41b2d0e098efd6e8c526b81f6ef2b1beb0
-rwxr-xr-xupdate-prebuilts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-prebuilts.py b/update-prebuilts.py
index 645b1d574..1a2f405ef 100755
--- a/update-prebuilts.py
+++ b/update-prebuilts.py
@@ -323,7 +323,7 @@ def main():
try:
hosts = ('linux', 'darwin')
- arches = ('arm', 'aarch64', 'x86_64', 'mips64')
+ arches = ('arm', 'aarch64', 'x86_64')
for host in hosts:
for arch in arches:
update_gcc(host, arch, args.build, args.use_current_branch,