mirror of
https://github.com/servo/servo.git
synced 2025-06-16 04:14:29 +00:00
Support i686-linux-android target.
This commit is contained in:
parent
319556cf6a
commit
d6b8aaf576
13 changed files with 54 additions and 17 deletions
|
@ -200,6 +200,8 @@ class PackageCommands(CommandBase):
|
|||
build_type = "Arm64"
|
||||
elif "armv7" in android_target:
|
||||
build_type = "Armv7"
|
||||
elif "i686" in android_target:
|
||||
build_type = "x86"
|
||||
else:
|
||||
build_type = "Arm"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue