Add support for google_car devices
Adding support for AAOS on tokay, caiman, and komodo. Bug: 377689604 Test: local build and flash Change-Id: Ie8b36afd26fb0d6c9d201384364fc6ebb130ce2c
This commit is contained in:
parent
5241d8cf2f
commit
cb98ba04ee
5 changed files with 38 additions and 26 deletions
|
@ -16,7 +16,13 @@
|
|||
|
||||
TARGET_BOARD_INFO_FILE := device/google/caimito/board-info.txt
|
||||
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
|
||||
USES_DEVICE_GOOGLE_CAIMITO := true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue