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

Bazel warns about unsupported NDK #182

Open
jb-gcx opened this issue Jul 16, 2024 · 0 comments
Open

Bazel warns about unsupported NDK #182

jb-gcx opened this issue Jul 16, 2024 · 0 comments

Comments

@jb-gcx
Copy link
Contributor

jb-gcx commented Jul 16, 2024

In our CI, we see this warning when running djinni:

WARNING: The major revision of the Android NDK referenced by android_ndk_repository rule 'androidndk' is 26. The major revisions supported by Bazel are [10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]. Bazel will attempt to treat the NDK as if it was r21. This may cause compilation and linkage problems. Please download a supported NDK version.

So far we haven't run into hard issues, but addressing this would still be good. I'm guessing this is because of an older bazel version? NDK 21 is quite old and from what I can tell at least version 25b should be supported with current versions.

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

No branches or pull requests

1 participant