diff options
author | Niranjan Reddy Dumbala <dnreddy@codeaurora.org> | 2017-11-19 19:36:17 +0530 |
---|---|---|
committer | Niranjan Reddy Dumbala <dnreddy@codeaurora.org> | 2017-11-19 19:36:17 +0530 |
commit | 547c120f1f05c0c5e38c18dfc398d50c07455dac (patch) | |
tree | f126faf4423eee8cbf2683fa04f35f3b0d91724f /BoardConfig.mk | |
parent | ffc2f47f61cc590f0055c0236df6e9eae768ba8b (diff) |
Revert " SDM660_64:Selinux permissive"
This reverts commit 2b9b4ce08a10c5d4a286ffc2147c3fe353c19648.
Change-Id: Ie7e36abd94f964bcafcec3623b643a960c1f7542
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 3f8ab2f..c293b85 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -97,7 +97,7 @@ ifeq ($(TARGET_KERNEL_VERSION),4.4) else BOARD_KERNEL_CMDLINE += console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 earlycon=msm_hsl_uart,0xc1b0000 endif -BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 androidboot.selinux=permissive +BOARD_KERNEL_CMDLINE += androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 endif BOARD_EGL_CFG := device/qcom/sdm660_64/egl.cfg |