mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
Remove unused --update parameter to ./mach bootstrap-android
This commit is contained in:
parent
4dfb41fdb3
commit
8dc2457931
1 changed files with 1 additions and 4 deletions
|
@ -58,10 +58,7 @@ class MachCommands(CommandBase):
|
|||
@Command('bootstrap-android',
|
||||
description='Install the Android SDK and NDK.',
|
||||
category='bootstrap')
|
||||
@CommandArgument('--update',
|
||||
action='store_true',
|
||||
help='Run SDK component install and emulator image creation again')
|
||||
def bootstrap_android(self, update=False):
|
||||
def bootstrap_android(self):
|
||||
|
||||
ndk = "android-ndk-r12b-{system}-{arch}"
|
||||
tools = "sdk-tools-{system}-4333796"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue