Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit ac6560d

Browse files
committed
Add aarch64/i686 android targets to toml manifests
1 parent 7751807 commit ac6560d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

master/build-rust-manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
# These are the platforms we produce standard libraries for
7272
target_list = sorted([
7373
"aarch64-apple-ios",
74+
"aarch64-linux-android",
7475
"aarch64-unknown-linux-gnu",
7576
"arm-linux-androideabi",
7677
"arm-unknown-linux-gnueabi",
@@ -87,6 +88,7 @@
8788
"i686-unknown-linux-gnu",
8889
"i686-unknown-linux-musl",
8990
"i586-unknown-linux-gnu",
91+
"i686-linux-android",
9092
"mips-unknown-linux-musl",
9193
"mipsel-unknown-linux-musl",
9294
"mips-unknown-linux-gnu",

0 commit comments

Comments
 (0)