Revert "Disable EHLD"

This reverts commit 7e10eefc25.

Reason for revert: Re-enable EHLD since kernel EHLD issue is fixed.
Bug: 354380599

Change-Id: I588c2b96a69cabb7be8d264c9591b61da80fb5e2
This commit is contained in:
Woody Lin 2024-09-13 01:17:43 +00:00 committed by Android (Google) Code Review
parent 7e10eefc25
commit e767cebf22

View file

@ -51,8 +51,6 @@ 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)