Disable KASan in non-fullmte builds.
Bug: 326616235 Test: cat /proc/cmdline | grep kasan=off Change-Id: Icb71416f242863de8307b0021fc898e7ab4df084
This commit is contained in:
parent
5755fd4763
commit
01d91decf8
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all
|
|||
BOARD_KERNEL_CMDLINE += swiotlb=noforce
|
||||
BOARD_KERNEL_CMDLINE += disable_dma32=on
|
||||
BOARD_KERNEL_CMDLINE += sysctl.kernel.sched_pelt_multiplier=4
|
||||
ifeq (,$(filter %_fullmte,$(TARGET_PRODUCT)))
|
||||
BOARD_KERNEL_CMDLINE += kasan=off
|
||||
endif
|
||||
BOARD_BOOTCONFIG += androidboot.boot_devices=13200000.ufs
|
||||
|
||||
# Enable KUnit for userdebug and eng builds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue