aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,