Skip to content

Instantly share code, notes, and snippets.

@invisiblek
Created July 14, 2016 20:12
Show Gist options
  • Save invisiblek/32df80fc8bd90d4f8e34be23d4177d97 to your computer and use it in GitHub Desktop.
Save invisiblek/32df80fc8bd90d4f8e34be23d4177d97 to your computer and use it in GitHub Desktop.
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 4a65f6b..8af9eeb 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -43,7 +43,7 @@ TARGET_CPU_VARIANT := krait
# Kernel
BOARD_DTBTOOL_ARGS := --dt-tag "htc,project-id = <"
-BOARD_KERNEL_CMDLINE := console=none androidboot.hardware=qcom user_debug=31 ehci-hcd.park=3 zcache
+BOARD_KERNEL_CMDLINE := console=none androidboot.hardware=qcom user_debug=31 ehci-hcd.park=3 zcache androidboot.selinux=permissive
BOARD_KERNEL_BASE := 0x00000000
BOARD_KERNEL_PAGESIZE := 2048
BOARD_KERNEL_SEPARATED_DT := true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment