diff options
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7cf56c2..78d1ce1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -64,6 +64,8 @@ BOARD_KERNEL_CMDLINE := \ ehci-hcd.park=3 \ lpm_levels.sleep_disabled=1 \ cma=32M@0-0xffffffff \ + androidboot.verifiedbootstate=green \ + androidboot.veritymode=enforcing \ androidboot.selinux=permissive BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_PAGESIZE := 4096 |