From 13064496dc5962e5cdebec31398eb68ed7a9d018 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 26 Mar 2019 00:19:20 +0000 Subject: [PATCH] Bug 1539005 - Make mach bootstrap install the thumbv7neon-linux-androideabi target. r=froydnj Differential Revision: https://phabricator.services.mozilla.com/D24825 --HG-- extra : moz-landing-system : lando --- python/mozboot/mozboot/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozboot/mozboot/base.py b/python/mozboot/mozboot/base.py index e9ddecf556d1..630b0472ef62 100644 --- a/python/mozboot/mozboot/base.py +++ b/python/mozboot/mozboot/base.py @@ -712,7 +712,7 @@ class BaseBootstrapper(object): if 'mobile_android' in self.application: # Let's add the most common targets. - android_targets = ('armv7-linux-androideabi', + android_targets = ('thumbv7neon-linux-androideabi', 'aarch64-linux-android', 'i686-linux-android', 'x86_64-linux-android', )