diff options
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index 186b21fbae9..c9d0832431e 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -434,7 +434,7 @@ class PackageCommands(CommandBase): except BuildNotFound: print("Rebuilding Servo did not solve the missing build problem.") return 1 - elif android: + if android: pkg_path = self.get_apk_path(release) exec_command = [self.android_adb_path(env)] if emulator and usb: |