Replies: 1 comment
-
The issue was coming from a script I didn't pay attention to. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using bazel 8.0,
Android NDK 27.2.12479018 and
ANDROID_NDK_HOME
environment variable is set to the path for NDK 27.2.12479018Yet,
when building my project,
ctx.os.environ.get("ANDROID_NDK_HOME", None)
return the path for NDK 21.4.7075529 (which I have uninstalled)leading to a crash in
external/rules_android_ndk+/rules.bzl
Any idea what might be the cause?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions