Add stubs so you can use libaaudio from an APEX

Bug: 142747680
Test: compile, verify APEX mounts correctly
Change-Id: I1350a8e110f5ffc6e1f8316c46a36b8a50b73fb6
Merged-In: I1350a8e110f5ffc6e1f8316c46a36b8a50b73fb6
gugelfrei
Zach Johnson 5 years ago
parent b2872d478f
commit b485238eb3

@ -40,6 +40,11 @@ cc_library {
"libutils",
"libbinder",
],
stubs: {
symbol_file: "libaaudio.map.txt",
versions: ["28"],
},
}
cc_library {

Loading…
Cancel
Save