From 08875d976f14a5c589c1cfcd17614adad06e43d4 Mon Sep 17 00:00:00 2001 From: Rahul Chaudhry Date: Mon, 18 Sep 2017 10:37:34 -0700 Subject: 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 --- update-prebuilts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-prebuilts.py') 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, -- cgit v1.2.3