Snap for 9185739 from 980a71ae7e to udc-release

Change-Id: I5aa5f9cb1e62f5111b4a8afcff378279fa2ae5ef
This commit is contained in:
Android Build Coastguard Worker 2022-10-18 01:02:23 +00:00
commit 91fe8c4d88

View file

@ -20,6 +20,16 @@ else
TARGET_SCREEN_DENSITY := 420
endif
# Enable load module in parallel
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
# The modules which need to be loaded in sequential
BOARD_KERNEL_CMDLINE += vh_sched.load_sequential=1
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1
BOARD_KERNEL_CMDLINE += g2d.load_sequential=1
TARGET_BOARD_INFO_FILE := device/google/bluejay/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := bluejay
USES_DEVICE_GOOGLE_BLUEJAY := true