mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
rosemary: Build libbluetooth_audio_session from source
The older VNDK 30 blob when linked against the newer default bluetooth HW module, had a missing symbol: `_ZN7android9bluetooth5audio25BluetoothAudioSession_2_132invalidOffloadAudioConfigurationE` Since we build default bluetooth HW module from source, build libbluetooth_audio_session from source as well. Fixes: Bluetooth Audio on Android 12 Signed-off-by: Vaisakh Murali <mvaisakh@statixos.com> Change-Id: I13c09ecc37f709c575103d108acf5ca1b5aa2553
This commit is contained in:
committed by
Matsvei Niaverau
parent
db590efb5c
commit
861bebbfd2
@@ -80,7 +80,8 @@ PRODUCT_COPY_FILES += \
|
||||
# Bluetooth
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.bluetooth@1.0.vendor \
|
||||
android.hardware.bluetooth@1.1.vendor
|
||||
android.hardware.bluetooth@1.1.vendor \
|
||||
libbluetooth_audio_session
|
||||
|
||||
# Camera
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
@@ -212,7 +212,6 @@ vendor/bin/autobt
|
||||
vendor/etc/init/android.hardware.bluetooth@1.0-service-mediatek.rc
|
||||
vendor/etc/init/init.bip.rc
|
||||
vendor/lib/hw/android.hardware.bluetooth@1.0-impl-mediatek.so
|
||||
vendor/lib/libbluetooth_audio_session.so
|
||||
vendor/lib/libbluetooth_audio_session_mediatek.so
|
||||
vendor/lib/libbluetooth_hw_test.so
|
||||
vendor/lib/libbluetooth_mtk.so
|
||||
@@ -221,7 +220,6 @@ vendor/lib/libbluetooth_relayer.so
|
||||
vendor/lib/libbluetoothem_mtk.so
|
||||
vendor/lib/libbt-vendor.so
|
||||
vendor/lib64/hw/android.hardware.bluetooth@1.0-impl-mediatek.so
|
||||
vendor/lib64/libbluetooth_audio_session.so
|
||||
vendor/lib64/libbluetooth_audio_session_mediatek.so
|
||||
vendor/lib64/libbluetooth_hw_test.so
|
||||
vendor/lib64/libbluetooth_mtk.so
|
||||
|
||||
Reference in New Issue
Block a user