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
The NDK_MAJOR is defined in ndk-version.h.
It is used to enable the static asserts in AAudioLoader.cpp.
Those still seem to be getting run. So just removing the include seems OK.
This is to prevent a merge conflict with Android /external/oboe.
It does not seem necessary. __NDK_MAJOR__ is getting defined somewhere else.
Fixes#1358
This is to prevent a merge conflict with Android /external/oboe.
It does not seem necessary. __NDK_MAJOR__ is getting defined somewhere else.
Fixes#1358
It does not seem necessary so we can remove it.
This will also prevent a merge conflict in Android /external because it was already removed there.
The text was updated successfully, but these errors were encountered: