Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick: Fix Android platforms constraint (#16246) #16271

Merged
merged 1 commit into from Mar 22, 2024

Conversation

acozzette
Copy link
Member

This is necessary to unblock gRPC's upgrade to protobuf 26.x.

When using bazel platforms and new rules_android_ndk, crosstool_top is actually still `//external:android/crosstool`. The right way to detect Android is to use `constraint_value`.

Closes protocolbuffers#16246

COPYBARA_INTEGRATE_REVIEW=protocolbuffers#16246 from sifmelcara:fix-platforms dbf3fd5
PiperOrigin-RevId: 618198820
@acozzette acozzette requested a review from a team as a code owner March 22, 2024 16:34
@acozzette acozzette requested review from haberman and removed request for a team March 22, 2024 16:34
@acozzette acozzette added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Mar 22, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Mar 22, 2024
@acozzette acozzette merged commit b4e1870 into protocolbuffers:26.x Mar 22, 2024
152 of 153 checks passed
@acozzette acozzette deleted the cherry-pick branch March 22, 2024 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants