mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
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:
@@ -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 += \
|
||||
|
||||
Reference in New Issue
Block a user