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

Android ndk 27: ALooper_pollAll -> ALooper_pollOnce #3153

Open
demiantres opened this issue Jan 18, 2025 · 1 comment
Open

Android ndk 27: ALooper_pollAll -> ALooper_pollOnce #3153

demiantres opened this issue Jan 18, 2025 · 1 comment

Comments

@demiantres
Copy link

When compiling the native Android version with the Android NDK 27 then all occurences of ALooper_pollAll have to be changed to ALooper_pollOnce due to deprecation of ALooper_pollAll.

@louwers
Copy link
Collaborator

louwers commented Jan 18, 2025

I can see it's still used in the test runner, but I don't think we're actually using it in the library anywhere.

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

2 participants