bt: change bluetooth.uart.port property to soong config property
this property is also tied to vendor partition usage Bug: 245439217 Test: pass VtsHalBluetoothV1_0TargetTest Change-Id: I9eb8b321866c0de182a9f0287ed0eb448dd05e07
This commit is contained in:
parent
e9a0530ff2
commit
66129c918e
1 changed files with 5 additions and 1 deletions
|
@ -29,5 +29,9 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.bluetooth.a2dp_offload.disabled=false \
|
persist.bluetooth.a2dp_offload.disabled=false \
|
||||||
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
|
persist.bluetooth.a2dp_offload.cap=sbc-aac-aptx-aptxhd-ldac
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.uart.port="/dev/ttySAC18" \
|
|
||||||
persist.bluetooth.firmware.selection="BTFW.hcd"
|
persist.bluetooth.firmware.selection="BTFW.hcd"
|
||||||
|
|
||||||
|
BLUETOOTH_UART_PORT = /dev/ttySAC18
|
||||||
|
|
||||||
|
# Inject soong bluetooth configurations
|
||||||
|
$(call soong_config_set,bluetooth,bluetooth_uart_port,$(BLUETOOTH_UART_PORT))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue