mirror of
https://github.com/servo/servo.git
synced 2025-10-05 02:59:19 +01:00
new android port: fix android build and tests
This commit is contained in:
parent
76d394eca8
commit
bef2fe83cd
9 changed files with 43 additions and 39 deletions
|
@ -421,7 +421,7 @@ class PackageCommands(CommandBase):
|
|||
return 1
|
||||
|
||||
if android:
|
||||
pkg_path = binary_path + ".apk"
|
||||
pkg_path = self.get_apk_path(release)
|
||||
exec_command = [self.android_adb_path(env)]
|
||||
if emulator and usb:
|
||||
print("Cannot install to both emulator and USB at the same time.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue