commit | 99c47ff1654e4991fc971467c97ee8711239c859 | [log] [tgz] |
---|---|---|
author | Zach Johnson <zachoverflow@google.com> | Mon Dec 02 15:28:34 2019 -0800 |
committer | Zach Johnson <zachoverflow@google.com> | Tue Dec 03 11:32:25 2019 -0800 |
tree | 1845298a8f7e56bb1caa35e486de6bc7d92f69f0 | |
parent | cf4c8b8e7f09cf61ff416167f27f898d6ba96eb2 [diff] [blame] |
Add stubs so you can use libaaudio from an APEX Bug: 142747680 Test: compile, verify APEX mounts correctly Change-Id: I1350a8e110f5ffc6e1f8316c46a36b8a50b73fb6
diff --git a/media/libaaudio/src/Android.bp b/media/libaaudio/src/Android.bp index 463f606..baada22 100644 --- a/media/libaaudio/src/Android.bp +++ b/media/libaaudio/src/Android.bp
@@ -54,6 +54,10 @@ }, }, + stubs: { + symbol_file: "libaaudio.map.txt", + versions: ["28"], + }, } cc_library {