summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-05-11 21:14:41 -0700
committerWilliam Escande <wescande@google.com>2022-05-11 21:14:41 -0700
commite41474eae5e33aec01f17313a9e32c7d59297a81 (patch)
tree5ae625b113696a8c945141d0a9ab3d211cd3f091
parente31c7a17e51ecd311bbd1ef4219276ead8ff0353 (diff)
downloadcore-e41474eae5e33aec01f17313a9e32c7d59297a81.tar.gz
Set the aptx as provided by system
Aptx and aptx-Hd are both vendor libs in system_ext. In order to load their dependencies from a compatible environement Bluetooth need to setup the linker Fix: 231967310 Test: atest net_test_stack_a2dp_native Test: Log analyze after bluetooth boot Tag: #refactor Ignore-AOSP-First: Apex only on tm and below Change-Id: I752e65889a42fe3378f51bd0821c2958ed9b5a7d
-rw-r--r--rootdir/etc/linker.config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/etc/linker.config.json b/rootdir/etc/linker.config.json
index 780ace58a..c88c7ff1e 100644
--- a/rootdir/etc/linker.config.json
+++ b/rootdir/etc/linker.config.json
@@ -31,5 +31,9 @@
"libadb_pairing_auth.so",
"libadb_pairing_connection.so",
"libadb_pairing_server.so"
+ ],
+ "provideLibs": [
+ "libaptX_encoder.so",
+ "libaptXHD_encoder.so"
]
}