Created
July 14, 2016 20:12
-
-
Save invisiblek/32df80fc8bd90d4f8e34be23d4177d97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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