From 4b26a28aeb393bfa7b5316f9b90aa6261f5d58de Mon Sep 17 00:00:00 2001 From: Kai-Zhen Li Date: Wed, 17 Dec 2014 01:33:15 +0800 Subject: [PATCH] Bug 1112175 - Use permissive to start services correctly. r=mwu --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index d045d53..ddacb4c 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -26,7 +26,7 @@ TARGET_NO_BOOTLOADER := true BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_PAGESIZE := 2048 -BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=hammerhead user_debug=31 maxcpus=2 msm_watchdog_v2.enable=1 androidboot.selinux=disabled +BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=hammerhead user_debug=31 maxcpus=2 msm_watchdog_v2.enable=1 androidboot.selinux=permissive BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02900000 --tags_offset 0x02700000 # Shader cache config options