Merge "Disable EHLD" into main

This commit is contained in:
Woody Lin 2024-08-08 23:56:34 +00:00 committed by Android (Google) Code Review
commit e0c6ac8b06

View file

@ -51,6 +51,8 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
BOARD_KERNEL_CMDLINE += kunit.enable=1
endif
BOARD_KERNEL_CMDLINE += ehld.noehld=1
TARGET_NO_BOOTLOADER := true
TARGET_NO_RADIOIMAGE := true
BOARD_PREBUILT_BOOTIMAGE := $(wildcard $(TARGET_KERNEL_DIR)/boot.img)