mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
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
This commit is contained in:
parent
45d8ee6df1
commit
13064496dc
@ -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', )
|
||||
|
Loading…
Reference in New Issue
Block a user