mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Support i686-linux-android target.
This commit is contained in:
parent
319556cf6a
commit
d6b8aaf576
13 changed files with 54 additions and 17 deletions
|
@ -50,7 +50,7 @@ case $RUST_TARGET in
|
|||
_OPENSSL_ARCH="arm64"
|
||||
_OPENSSL_CONFIG="linux-generic64 -DB_ENDIAN"
|
||||
;;
|
||||
x86*)
|
||||
x86* | i686*)
|
||||
_ANDROID_TARGET=$RUST_TARGET
|
||||
_ANDROID_ARCH=arch-x86
|
||||
_OPENSSL_MACHINE="x86"
|
||||
|
@ -62,7 +62,7 @@ case $RUST_TARGET in
|
|||
;;
|
||||
esac
|
||||
|
||||
_ANDROID_EABI="$_ANDROID_TARGET-4.9"
|
||||
_ANDROID_EABI="$ANDROID_TOOLCHAIN_NAME-4.9"
|
||||
|
||||
|
||||
# Set _ANDROID_API to the API you want to use. You should set it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue