Merge "Add support for google_car devices" into main
This commit is contained in:
commit
2acbad7be2
5 changed files with 38 additions and 26 deletions
|
@ -16,7 +16,13 @@
|
||||||
|
|
||||||
TARGET_BOARD_INFO_FILE := device/google/caimito/board-info.txt
|
TARGET_BOARD_INFO_FILE := device/google/caimito/board-info.txt
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := caiman
|
TARGET_BOOTLOADER_BOARD_NAME := caiman
|
||||||
TARGET_SCREEN_DENSITY := 480
|
|
||||||
|
ifdef PHONE_CAR_BOARD_PRODUCT
|
||||||
|
include vendor/auto/embedded/products/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
||||||
|
else
|
||||||
|
TARGET_SCREEN_DENSITY := 480
|
||||||
|
endif
|
||||||
|
|
||||||
BOARD_USES_GENERIC_AUDIO := true
|
BOARD_USES_GENERIC_AUDIO := true
|
||||||
USES_DEVICE_GOOGLE_CAIMITO := true
|
USES_DEVICE_GOOGLE_CAIMITO := true
|
||||||
|
|
||||||
|
|
|
@ -403,12 +403,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Bluetooth LE Audio
|
# Bluetooth LE Audio
|
||||||
# Unicast
|
# Unicast
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.bap.unicast.client.enabled=true \
|
bluetooth.profile.bap.unicast.client.enabled?=true \
|
||||||
bluetooth.profile.csip.set_coordinator.enabled=true \
|
bluetooth.profile.csip.set_coordinator.enabled?=true \
|
||||||
bluetooth.profile.hap.client.enabled=true \
|
bluetooth.profile.hap.client.enabled?=true \
|
||||||
bluetooth.profile.mcp.server.enabled=true \
|
bluetooth.profile.mcp.server.enabled?=true \
|
||||||
bluetooth.profile.ccp.server.enabled=true \
|
bluetooth.profile.ccp.server.enabled?=true \
|
||||||
bluetooth.profile.vcp.controller.enabled=true
|
bluetooth.profile.vcp.controller.enabled?=true
|
||||||
|
|
||||||
# Set support one-handed mode
|
# Set support one-handed mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
@ -416,8 +416,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Bluetooth LE Audio Broadcast
|
# Bluetooth LE Audio Broadcast
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
bluetooth.profile.bap.broadcast.assist.enabled?=true \
|
||||||
bluetooth.profile.bap.broadcast.source.enabled=true
|
bluetooth.profile.bap.broadcast.source.enabled?=true
|
||||||
|
|
||||||
# LE Audio switcher in developer options
|
# LE Audio switcher in developer options
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
|
@ -404,17 +404,17 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Bluetooth LE Audio
|
# Bluetooth LE Audio
|
||||||
# Unicast
|
# Unicast
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.bap.unicast.client.enabled=true \
|
bluetooth.profile.bap.unicast.client.enabled?=true \
|
||||||
bluetooth.profile.csip.set_coordinator.enabled=true \
|
bluetooth.profile.csip.set_coordinator.enabled?=true \
|
||||||
bluetooth.profile.hap.client.enabled=true \
|
bluetooth.profile.hap.client.enabled?=true \
|
||||||
bluetooth.profile.mcp.server.enabled=true \
|
bluetooth.profile.mcp.server.enabled?=true \
|
||||||
bluetooth.profile.ccp.server.enabled=true \
|
bluetooth.profile.ccp.server.enabled?=true \
|
||||||
bluetooth.profile.vcp.controller.enabled=true
|
bluetooth.profile.vcp.controller.enabled?=true
|
||||||
|
|
||||||
# Bluetooth LE Audio Broadcast
|
# Bluetooth LE Audio Broadcast
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
bluetooth.profile.bap.broadcast.assist.enabled?=true \
|
||||||
bluetooth.profile.bap.broadcast.source.enabled=true
|
bluetooth.profile.bap.broadcast.source.enabled?=true
|
||||||
|
|
||||||
# LE Audio switcher in developer options
|
# LE Audio switcher in developer options
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
|
@ -369,12 +369,12 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# Bluetooth LE Audio
|
# Bluetooth LE Audio
|
||||||
# Unicast
|
# Unicast
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.bap.unicast.client.enabled=true \
|
bluetooth.profile.bap.unicast.client.enabled?=true \
|
||||||
bluetooth.profile.csip.set_coordinator.enabled=true \
|
bluetooth.profile.csip.set_coordinator.enabled?=true \
|
||||||
bluetooth.profile.hap.client.enabled=true \
|
bluetooth.profile.hap.client.enabled?=true \
|
||||||
bluetooth.profile.mcp.server.enabled=true \
|
bluetooth.profile.mcp.server.enabled?=true \
|
||||||
bluetooth.profile.ccp.server.enabled=true \
|
bluetooth.profile.ccp.server.enabled?=true \
|
||||||
bluetooth.profile.vcp.controller.enabled=true
|
bluetooth.profile.vcp.controller.enabled?=true
|
||||||
|
|
||||||
# Set support one-handed mode
|
# Set support one-handed mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
@ -382,8 +382,8 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
||||||
# Bluetooth LE Audio Broadcast
|
# Bluetooth LE Audio Broadcast
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.bap.broadcast.assist.enabled=true \
|
bluetooth.profile.bap.broadcast.assist.enabled?=true \
|
||||||
bluetooth.profile.bap.broadcast.source.enabled=true
|
bluetooth.profile.bap.broadcast.source.enabled?=true
|
||||||
|
|
||||||
# LE Audio switcher in developer options
|
# LE Audio switcher in developer options
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
|
@ -16,7 +16,13 @@
|
||||||
|
|
||||||
TARGET_BOARD_INFO_FILE := device/google/caimito/board-info.txt
|
TARGET_BOARD_INFO_FILE := device/google/caimito/board-info.txt
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := tokay
|
TARGET_BOOTLOADER_BOARD_NAME := tokay
|
||||||
TARGET_SCREEN_DENSITY := 420
|
|
||||||
|
ifdef PHONE_CAR_BOARD_PRODUCT
|
||||||
|
include vendor/auto/embedded/products/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
||||||
|
else
|
||||||
|
TARGET_SCREEN_DENSITY := 420
|
||||||
|
endif
|
||||||
|
|
||||||
BOARD_USES_GENERIC_AUDIO := true
|
BOARD_USES_GENERIC_AUDIO := true
|
||||||
USES_DEVICE_GOOGLE_CAIMITO := true
|
USES_DEVICE_GOOGLE_CAIMITO := true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue