diff options
| author | Deftones <punisher_caner@windowslive.com> | 2017-03-17 22:21:15 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-03-17 22:22:53 +0000 |
| commit | 42891beec3561525d70aa00fa57c4ac7d06678fc (patch) | |
| tree | ef5baa121fbe42d84e1a95d1a876c84ae74948d3 | |
| parent | 9a8e161eef978e0e0ad73397fae22a6b2a11f8bb (diff) | |
[TEMP] SElinux Permissive
Change-Id: I1a290c989f6b7df5a7221c24d9b7609039581d1c
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 8592472..9db7ee4 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -41,7 +41,7 @@ TARGET_POWERHAL_VARIANT := qcom # Kernel BOARD_DTBTOOL_ARGS := -2 BOARD_KERNEL_BASE := 0x80000000 -BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk +BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk androidboot.selinux=permissive BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_TAGS_OFFSET := 0x00000100 BOARD_RAMDISK_OFFSET := 0x01000000 |
