zumapro: Enable kunit test for eng and userdebug build.
Bug: 308859761 Test: Manual Change-Id: I37ac5f630cd5a7950496fd8a38554e6d68cb848f
This commit is contained in:
parent
51fca5b2ab
commit
e0cec65aa3
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@ BOARD_KERNEL_CMDLINE += swiotlb=1024
|
||||||
BOARD_KERNEL_CMDLINE += sysctl.kernel.sched_pelt_multiplier=4
|
BOARD_KERNEL_CMDLINE += sysctl.kernel.sched_pelt_multiplier=4
|
||||||
BOARD_BOOTCONFIG += androidboot.boot_devices=13200000.ufs
|
BOARD_BOOTCONFIG += androidboot.boot_devices=13200000.ufs
|
||||||
|
|
||||||
|
# Enable KUnit for userdebug and eng builds
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
BOARD_KERNEL_CMDLINE += kunit.enable=1
|
||||||
|
endif
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue