Commit 6f793f88 authored by someone5678's avatar someone5678 Committed by Adam Lawson
Browse files

nicky: Create and build dummy libldacBT_bco

* This target is never existed and Bluetooth apex module also doesn't actually use it.
  But module still opening the library. Which cause log spam.

* This commit is not required if you can just edit the source.
parent 56a26239
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6,3 +6,7 @@

soong_namespace {
}

cc_library_shared {
    name: "libldacBT_bco",
}
+3 −0
Original line number Diff line number Diff line
@@ -93,6 +93,9 @@ PRODUCT_PACKAGES += \
    libtinymix \
    libvolumelistener

PRODUCT_PACKAGES += \
    libldacBT_bco

# Audio configs
AUDIO_HAL_DIR := hardware/qcom-caf/sm8350/audio