Skip to content

Commit c900e1c

Browse files
keithUebelAndre
andauthored
Revert "Add workaround for arm vs armv7 android issue (#1259)" (#1290)
This reverts commit f6f27a8. Co-authored-by: UebelAndre <[email protected]>
1 parent 01ebef2 commit c900e1c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rust/platform/triple_mappings.bzl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,6 @@ def triple_to_constraint_set(target_triple):
269269
"@rules_rust//rust/platform/os:unknown",
270270
]
271271

272-
# Workaround for https://github.com/bazelbuild/bazel/issues/14982
273-
if target_triple in ("armv7-linux-androideabi", "thumbv7neon-linux-androideabi"):
274-
return [
275-
"@platforms//cpu:arm",
276-
"@platforms//os:android",
277-
]
278-
279272
triple_struct = triple(target_triple)
280273

281274
constraint_set = []

0 commit comments

Comments
 (0)