From fb591d6bb062998148e58d1e63bf892dba16f9d9 Mon Sep 17 00:00:00 2001 From: Vachounet Date: Mon, 10 Apr 2017 16:53:40 +0200 Subject: [PATCH] potter: ship it in permissive mode for now --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index ceb6339..791b3ee 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -47,6 +47,7 @@ TARGET_RECOVERY_DEVICE_MODULES := libinit_potter # Kernel BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom user_debug=30 msm_rtb.filter=0x237 BOARD_KERNEL_CMDLINE += ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 vmalloc=350M +BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive BOARD_KERNEL_BASE := 0x80000000 BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true