Building SDL3 with ndk 27-beta1 fails with the following error: ``` /home/maarten/projects/SDL/src/sensor/android/SDL_androidsensor.c:73:13: error: 'ALooper_pollAll' is unavailable: obsoleted in Android 1 73 | if (ALooper_pollAll(-1, NULL, &events, (void **)&source) == LOOPER_ID_USER) { | ^ ``` Configuring with `-DCMAKE_C_FLAGS="-Wno-error=deprecated" -DSDL_WERROR=OFF` does *not* turn the error in a warning. [ALooper_pollAll documentation](https://developer.android.com/ndk/reference/group/looper#alooper_pollall)