sdkver with NDK
#3207
Replies: 1 comment 1 reply
-
just ndk platform api version, it still comes from ndk. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the libbpf example we have something like this:
add_requires("ndk >= 22") set_toolchains("@ndk", { sdkver = "21" })
ndk
makes sense, it will fetch from xmake-repo.what about
sdk
where it's coming from? and why21
does is coming from xmake-repo or is it part of ndk?
Beta Was this translation helpful? Give feedback.
All reactions