Support i686-linux-android target.

This commit is contained in:
Josh Matthews 2018-03-29 03:49:53 -04:00
parent 319556cf6a
commit d6b8aaf576
13 changed files with 54 additions and 17 deletions

View file

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