From c3085e77c986df093962e3e8462246e87c2fca72 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Mon, 6 Jan 2020 06:59:29 +0000 Subject: [PATCH] sdm710-common: Build libldacBT_dec E a2dp_vendor_ldac_decoder: A2DP_VendorLoadDecoderLdac: cannot open LDAC decoder library libldacBT_dec.so: dlopen failed: library "libldacBT_dec.so" not found Signed-off-by: SamarV-121 --- sdm710.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdm710.mk b/sdm710.mk index 9f23919..9231d89 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -29,7 +29,8 @@ PRODUCT_COPY_FILES += \ # Bluetooth PRODUCT_PACKAGES += \ - BluetoothResCommon + BluetoothResCommon \ + libldacBT_dec # Camera PRODUCT_PACKAGES += \