android_system_core/rootdir/etc/linker.config.json
William Escande e41474eae5 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
2022-05-11 21:14:41 -07:00

39 lines
969 B
JSON

{
"requireLibs": [
"libandroidicu.so",
"libdexfile.so",
"libdexfiled.so",
"libicu.so",
"libjdwp.so",
"libnativebridge.so",
"libnativehelper.so",
"libnativeloader.so",
"libsigchain.so",
// TODO(b/122876336): Remove libpac.so once it's migrated to Webview
"libpac.so",
// TODO(b/184872979): Remove libbinder_rpc_unstable.so once stablized and
// added to libbinder_ndk.
"libbinder_rpc_unstable.so",
// TODO(b/120786417 or b/134659294): libicuuc.so
// and libicui18n.so are kept for app compat.
"libicui18n.so",
"libicuuc.so",
// resolv
"libnetd_resolv.so",
// netd
"libnetd_updatable.so",
// nn
"libneuralnetworks.so",
// statsd
"libstatspull.so",
"libstatssocket.so",
// adbd
"libadb_pairing_auth.so",
"libadb_pairing_connection.so",
"libadb_pairing_server.so"
],
"provideLibs": [
"libaptX_encoder.so",
"libaptXHD_encoder.so"
]
}