-
Notifications
You must be signed in to change notification settings - Fork 83
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
reference: ndk roadmap #409
Comments
NDK r17 is officially out with libc++ as default now. |
Thanks. I see @ruslo has already added android-ndk-r17-api-24-arm64-v8a-clang-libcxx14 in @polly. We can update the r16b toolchain toolchain to r17. Caveat: I tested a beta version or r17 and it didn't support |
testing #656 |
You'll need to use CMake 3.12 (unreleased) as well. |
@xsacha CMake 3.11.1 works fine with Android NDK r17: |
Oh right. Some of my packages complain about FindThreads in NDK r17. Thought it would affect this project too. |
Also, Boost will fail to compile with NDK r17 if you target API 21,22,23. Only works on older APIs or 24 and above due to removal of libandroid_support. |
Merged #656 ... Thanks. |
https://android.googlesource.com/platform/ndk/+/master/docs/Roadmap.md
The text was updated successfully, but these errors were encountered: