Walleye/Taimen: add wcnss_filter to device.mk

Add wcnss_filter to Bluetooth HAL section of device.mk.

This is done for three reasons:
1. wcnss_filter is part of Bluetooth HAL.
2. Once wcnss_filter is added to device.mk, entire BT section in
   vendor/qcom/msm8998/proprietary/device-vendor.mk can be removed.
3. Switching to QCOM BT HAL becomes easier, just modify device.mk.

Bug: 73968979
Test: Manual build and test with BT A2DP headphones

Change-Id: Iecb725eb360bda624e98b21db154ebf3e9e17381
This commit is contained in:
Petri Gynther
2018-02-27 18:00:28 -08:00
parent c0f0dfbfc4
commit 16348760b3

View File

@@ -328,8 +328,9 @@ PRODUCT_PACKAGES += \
# Bluetooth HAL
PRODUCT_PACKAGES += \
libbt-vendor \
android.hardware.bluetooth@1.0-impl \
android.hardware.bluetooth@1.0-service
android.hardware.bluetooth@1.0-impl \
android.hardware.bluetooth@1.0-service \
wcnss_filter
# DRM HAL
PRODUCT_PACKAGES += \