Fix for gonk bootstrapping

This commit is contained in:
Lars Bergstrom 2016-02-22 19:22:24 -06:00 committed by Anthony Ramine
parent 57a96ece0c
commit ef95eb3bbe

View file

@ -348,7 +348,8 @@ class MachCommands(CommandBase):
action='store_true',
help='Build in release mode')
def build_gonk(self, jobs=None, verbose=False, release=False):
self.ensure_bootstrapped()
targets = ["arm-linux-androideabi"]
self.ensure_bootstrapped(targets=targets)
opts = []
if jobs is not None: