Details
Details
- Reviewers
GMNGeoffrey - Commits
- rG3d9cc946ab4f: [bazel] -lrt is not available on Android.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Note: this uses @platforms//os:android and not @bazel_tools//src/conditions:android because android is not one of the configs listed in @bazel_tools//src/conditions.
We should really be using @platforms in place of @bazel_tools//src/conditions everywhere, but that's a larger change, especially in llvm/config.bzl which has OS+CPU mappings that don't exist in @platforms. I have a pending change to do that as a followup.