bt: Remove guards for FM interface
libbt-hidlclient.so links against this regardless of if FM is enabled. Change-Id: I4b89491b148b1cbf5b359b8f1cf439c53d1272b4
This commit is contained in:
parent
a94b073a5f
commit
44ed1c2718
|
@ -29,10 +29,8 @@ PRODUCT_PACKAGES += \
|
|||
vendor.qti.hardware.btconfigstore@2.0.vendor
|
||||
|
||||
# FM
|
||||
ifeq ($(BOARD_HAVE_QCOM_FM),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.qti.hardware.fm@1.0.vendor
|
||||
endif
|
||||
|
||||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Reference in New Issue