Skip to content

Commit

Permalink
Add armv7-linux-androideabi tier 2 triple
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed May 26, 2022
1 parent 0265c29 commit 0421405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/platform/platform.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ load(
_SUPPORTED_CPU_ARCH = [
"aarch64",
"arm",
"armv7",
"i686",
"powerpc",
"s390x",
Expand Down
1 change: 1 addition & 0 deletions rust/platform/triple_mappings.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ SUPPORTED_T2_PLATFORM_TRIPLES = [
"aarch64-unknown-linux-gnu",
"arm-unknown-linux-gnueabi",
"armv7-unknown-linux-gnueabi",
"armv7-linux-androideabi",
"i686-linux-android",
"i686-unknown-freebsd",
"powerpc-unknown-linux-gnu",
Expand Down

0 comments on commit 0421405

Please sign in to comment.