-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
modifications for ndk >= r22 #2393
Conversation
379687a
to
3583f21
Compare
[edit: fixed] |
It "works for me" 😅 and I don't think these modifications would impact anyone not using ndk >= r22 (which doesn't work without these changes anyway), so I think this can be merged (assuming CI agrees with me). Adding a CI run w/ ndk r22 would be nice though. |
* ndk >= r22 no longer supports - {ndk_dir}/platform - {ndk_dir}/sysroot * add & use - ctx.ndk_standalone - ctx.ndk_sysroot - ctx.ndk_lib_dir - ctx.ndk_include_dir * patch openssl * add FIXMEs to some recipes - nothing should have changed for ndk < r22 - modifications and/or testing may be needed for ndk >= r22 * CI: mark some packages as broken
CI was happy, so I rebased & squashed. |
I'd appreciate some feedback on this (if someone has the time) :) |
Can you confirm that with latest |
NDK 23b is now the default supported version, I'm closing this PR as is now outdated. Maybe you would like to try the latest changes on Thank you for taking care of |
Fixes #2391