New: Add Android build support on macOS
Enable Android SDK/NDK discovery on macOS, use the darwin-x86_64 NDK toolchain, and support the modern NDK include layout used by NDK r27.
This commit is contained in:
@@ -963,7 +963,7 @@ void AndroidPlatform::Tick()
|
||||
// Pool app events
|
||||
int events;
|
||||
android_poll_source* source;
|
||||
while (ALooper_pollAll(0, nullptr, &events, reinterpret_cast<void**>(&source)) >= 0)
|
||||
while (ALooper_pollOnce(0, nullptr, &events, reinterpret_cast<void**>(&source)) >= 0)
|
||||
{
|
||||
// Process event
|
||||
if (source != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user