glfm icon indicating copy to clipboard operation
glfm copied to clipboard

ALooper_pollAll is gone in NDK 27 use ALooper_pollOnce instead

Open jush opened this issue 5 months ago • 2 comments

ALooper_pollAll is gone in NDK 27.

This PR changes the code to use ALooper_pollOnce. See https://github.com/android/ndk/discussions/2020 for more context.

jush avatar Sep 09 '24 12:09 jush