Moves kernel command line out of Boardconfig.mk

to the launcher

Bug: 113179628
Test: 113179628
Change-Id: I9b04d5f809f1c9784b3cc5e9a94bc11bebb4a652
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index dc601b1..9552051 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -50,16 +50,6 @@
 BOARD_CACHEIMAGE_PARTITION_SIZE := 67108864
 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
 
-BOARD_KERNEL_CMDLINE := loop.max_part=7
-BOARD_KERNEL_CMDLINE += console=ttyS0 androidboot.console=ttyS1
-BOARD_KERNEL_CMDLINE += androidboot.hardware=vsoc
-BOARD_KERNEL_CMDLINE += enforcing=0 audit=1
-BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
-BOARD_KERNEL_CMDLINE += mac80211_hwsim.radios=0
-
-# TODO(b/65266349) Figure out why this is needed
-BOARD_KERNEL_CMDLINE += security=selinux
-
 # Minimum size of the final bootable disk image: 10G
 # GCE will pad disk images out to 10G. Our disk images should be at least as
 # big to avoid warnings about partition table oddities.