(re)ntegrate Native MIDI API into NDK - add libamidi
add libamidi to system libs Bug: 30252756 Bug: 37090545 Test: Build and install NativeMidiTestbed app. Run NativMidiTestbed app on DUT. Connect to PreSonus AudioBox 22VSL. Connect MIDI interface to external MIDI synthesizer. Verify connection. Verify MIDI messages sent to external MIDI synthesizer. Verify MIDI messages received from external MIDI synthesizer. Change-Id: Id4bcebbbeb6dc342dbd87b916f1bc78ae32f53db
This commit is contained in:
parent
91f2dfa5f3
commit
9f60e15174
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
|
||||
libandroid.so
|
||||
libaaudio.so
|
||||
libamidi.so
|
||||
libc.so
|
||||
libcamera2ndk.so
|
||||
libdl.so
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# See https://android.googlesource.com/platform/ndk/+/master/docs/PlatformApis.md
|
||||
libandroid.so
|
||||
libaaudio.so
|
||||
libamidi.so
|
||||
libc.so
|
||||
libcamera2ndk.so
|
||||
libdl.so
|
||||
|
|
Loading…
Reference in a new issue