Snap for 9528303 from 136fe8714d
to udc-release
Change-Id: I8f1100639aa532aef1f41442335db384433a7f21
This commit is contained in:
commit
844600be61
1 changed files with 6 additions and 1 deletions
|
@ -20,9 +20,14 @@ BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
||||||
# The modules which need to be loaded in sequential
|
# The modules which need to be loaded in sequential
|
||||||
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
|
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
|
||||||
|
|
||||||
|
ifdef PHONE_CAR_BOARD_PRODUCT
|
||||||
|
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
||||||
|
else
|
||||||
|
TARGET_SCREEN_DENSITY := 420
|
||||||
|
endif
|
||||||
|
|
||||||
TARGET_BOARD_INFO_FILE := device/google/pantah/board-info.txt
|
TARGET_BOARD_INFO_FILE := device/google/pantah/board-info.txt
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := panther
|
TARGET_BOOTLOADER_BOARD_NAME := panther
|
||||||
TARGET_SCREEN_DENSITY := 420
|
|
||||||
BOARD_USES_GENERIC_AUDIO := true
|
BOARD_USES_GENERIC_AUDIO := true
|
||||||
USES_DEVICE_GOOGLE_CLOUDRIPPER := true
|
USES_DEVICE_GOOGLE_CLOUDRIPPER := true
|
||||||
BOARD_KERNEL_CMDLINE += swiotlb=noforce
|
BOARD_KERNEL_CMDLINE += swiotlb=noforce
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue