You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
New NDK seems not define __ANDROID_API__ so that `sigfillset` does
not go for fallback path and crash.
Define __ANDROID_API__ explicitly to fix the issue.
0 commit comments