Bluetooth: Add Sepolicy for QTI default HAL (2/2)
Uncouple from other projects sepolicy Bug: 202113218 Test: Build pass Change-Id: I975ffe8c273a7ecff855d0804b97cc8a5b868ba9
This commit is contained in:
parent
b28a37c992
commit
86825193b2
2 changed files with 2 additions and 2 deletions
|
@ -18,6 +18,8 @@
|
||||||
DEVICE_MANIFEST_FILE += \
|
DEVICE_MANIFEST_FILE += \
|
||||||
device/google/lynx/bluetooth/manifest_bluetooth.xml
|
device/google/lynx/bluetooth/manifest_bluetooth.xml
|
||||||
|
|
||||||
|
BOARD_SEPOLICY_DIRS += device/google/lynx-sepolicy/bluetooth
|
||||||
|
|
||||||
BOARD_HAVE_BLUETOOTH_QCOM = true
|
BOARD_HAVE_BLUETOOTH_QCOM = true
|
||||||
BOARD_USES_COMMON_BLUETOOTH_HAL = true
|
BOARD_USES_COMMON_BLUETOOTH_HAL = true
|
||||||
QCOM_BLUETOOTH_USING_DIAG = false
|
QCOM_BLUETOOTH_USING_DIAG = false
|
||||||
|
@ -42,4 +44,3 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.vendor.bt.bdaddr_path=/proc/device-tree/chosen/config/bt_addr \
|
ro.vendor.bt.bdaddr_path=/proc/device-tree/chosen/config/bt_addr \
|
||||||
ro.vendor.bluetooth.emb_wp_mode=false \
|
ro.vendor.bluetooth.emb_wp_mode=false \
|
||||||
ro.vendor.bluetooth.wipower=false
|
ro.vendor.bluetooth.wipower=false
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@ $(call inherit-product-if-exists, vendor/google_devices/lynx/proprietary/lynx/de
|
||||||
include device/google/gs201/device-shipping-common.mk
|
include device/google/gs201/device-shipping-common.mk
|
||||||
include device/google/lynx/audio/lynx/audio-tables.mk
|
include device/google/lynx/audio/lynx/audio-tables.mk
|
||||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||||
include device/google/gs101/bluetooth/bluetooth.mk
|
|
||||||
|
|
||||||
SOONG_CONFIG_lyric_tuning_product := cloudripper
|
SOONG_CONFIG_lyric_tuning_product := cloudripper
|
||||||
SOONG_CONFIG_google3a_config_target_device := cloudripper
|
SOONG_CONFIG_google3a_config_target_device := cloudripper
|
||||||
|
|
Loading…
Reference in a new issue