Merge "bt: change bluetooth.uart.port property to soong config property this property is also tied to vendor partition usage" into tm-qpr-dev am: 6fe695d0eb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/20636751 Change-Id: I10e5614b3d5a7ed5442797a6e7bbb4582953a365 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c11287b7a0
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.cap=sbc-aac-aptx-aptxhd-ldac
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.uart.port="/dev/ttySAC18" \
|
||||
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