summaryrefslogtreecommitdiff
path: root/media/native
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2024-09-03 20:40:06 +0000
committer Steven Moreland <smoreland@google.com> 2024-09-03 20:44:26 +0000
commitfaaf7f2b44bcadd9e4764cf0a907b52726d93a73 (patch)
treeed8d269190323166c12452123ec07aad6fe3d0b8 /media/native
parent65bab5003e0be6daa59a964d133cdcab65da3420 (diff)
Remove NDK exports
Base headers should come from sysroot. Bug: N/A Test: build Change-Id: Ia7ed22d3afcfac7e1f5b8a2b81a139708db098fd
Diffstat (limited to 'media/native')
-rw-r--r--media/native/midi/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/native/midi/Android.bp b/media/native/midi/Android.bp
index a991a71fd3f1..7acb8c744ba7 100644
--- a/media/native/midi/Android.bp
+++ b/media/native/midi/Android.bp
@@ -74,8 +74,4 @@ ndk_library {
symbol_file: "libamidi.map.txt",
first_version: "29",
- export_header_libs: [
- "amidi",
- ],
-
}