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
This commit is contained in:
parent
e31c7a17e5
commit
e41474eae5
1 changed files with 4 additions and 0 deletions
|
|
@ -31,5 +31,9 @@
|
||||||
"libadb_pairing_auth.so",
|
"libadb_pairing_auth.so",
|
||||||
"libadb_pairing_connection.so",
|
"libadb_pairing_connection.so",
|
||||||
"libadb_pairing_server.so"
|
"libadb_pairing_server.so"
|
||||||
|
],
|
||||||
|
"provideLibs": [
|
||||||
|
"libaptX_encoder.so",
|
||||||
|
"libaptXHD_encoder.so"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue