Hardcode some fixed kernel commandline arguments

These do not change between runs.

Test: Build and run locally
Bug: 144111429
Bug: 145247175
Change-Id: I21522ed346b23d1e9bc3486fde562042b9c4a919
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index 34c1458..82e1f6b 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -156,6 +156,13 @@
 BOARD_KERNEL_CMDLINE += printk.devkmsg=on
 BOARD_KERNEL_CMDLINE += firmware_class.path=/vendor/etc/
 
+BOARD_KERNEL_CMDLINE += init=/init
+BOARD_KERNEL_CMDLINE += androidboot.hardware=cutf_cvm
+BOARD_KERNEL_CMDLINE += security=selinux
+BOARD_KERNEL_CMDLINE += androidboot.console=ttyS1
+# Boot as recovery is set so normal boot needs to be forced every boot
+BOARD_KERNEL_CMDLINE += androidboot.force_normal_boot=1
+
 BOARD_INCLUDE_DTB_IN_BOOTIMG := true
 BOARD_BOOT_HEADER_VERSION := 3
 BOARD_USES_RECOVERY_AS_BOOT := true