mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Patched a bug
This commit is contained in:
parent
b25f9c2d75
commit
62f924c74d
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ class PackageCommands(CommandBase):
|
||||||
except BuildNotFound:
|
except BuildNotFound:
|
||||||
print("Rebuilding Servo did not solve the missing build problem.")
|
print("Rebuilding Servo did not solve the missing build problem.")
|
||||||
return 1
|
return 1
|
||||||
elif android:
|
if android:
|
||||||
pkg_path = self.get_apk_path(release)
|
pkg_path = self.get_apk_path(release)
|
||||||
exec_command = [self.android_adb_path(env)]
|
exec_command = [self.android_adb_path(env)]
|
||||||
if emulator and usb:
|
if emulator and usb:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue