Patched a bug

This commit is contained in:
michaelgrigoryan25 2023-05-22 19:16:53 +04:00
parent b25f9c2d75
commit 62f924c74d

View file

@ -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: