From 8dc245793113637429212e2c6348e45c0f39d2fd Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 12 Jul 2018 14:53:32 +0200 Subject: [PATCH] Remove unused --update parameter to ./mach bootstrap-android --- python/servo/bootstrap_commands.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index 699981ff6d1..3be7a208815 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -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"