Disable EHLD

Disables EHLD as an workaround since reading PMU event counter currently
conflicts with devfreq.

Bug: 354380599
Test: Build/Flash
Flag: EXEMPT bugfix
Change-Id: If8c819fc5baf27c9f6ea4532429bede8c4579072
This commit is contained in:
Woody Lin 2024-08-07 10:41:12 +08:00
parent a1d5c9b4f3
commit 7e10eefc25

View file

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