Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes -lpthread problem when building with android_arm64 config (#20337)
When using `--platforms=//:android_arm64` on command line, the build fails to match any android condition. ``` platform( name = "android_arm64", constraint_values = [ "@platforms//os:android", "@platforms//cpu:arm64", ], ) ``` Closes #20337 COPYBARA_INTEGRATE_REVIEW=#20337 from stakira:patch-1 623053c PiperOrigin-RevId: 726741995
- Loading branch information