Skip to content

Commit

Permalink
oboe: remove include of ndk-version.h
Browse files Browse the repository at this point in the history
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
  • Loading branch information
philburk authored and dturner committed Jul 22, 2021
1 parent 8ff99cc commit 911a3e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aaudio/AAudioLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ typedef int32_t aaudio_session_id_t;
#define AAUDIO_STREAM_STATE_STARTED static_cast<aaudio_stream_state_t>(StreamState::Started)
#else
#include <aaudio/AAudio.h>
#include <android/ndk-version.h>
#endif

#ifndef __NDK_MAJOR__
Expand Down

0 comments on commit 911a3e9

Please sign in to comment.