summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Lucangeli Obes <jorgelo@google.com>2016-03-25 15:17:54 -0700
committerJorge Lucangeli Obes <jorgelo@google.com>2016-03-25 15:17:54 -0700
commit69fb64fb9a4618287d303e4ee147738144036e10 (patch)
treea70edbb2af53f10f8b39ababe47c2fdd54f9818e
parentfd922c5a1905f83bb51a5952007606ced3bde6dd (diff)
downloadkylin-69fb64fb9a4618287d303e4ee147738144036e10.tar.gz
Fix Kylin kernel cmdline.
The name of the variable is "androidboot.selinux", not "selinux". Bug: 27857010 Change-Id: Ib39bcd54d6a926324b7079cf8dcff165489a82a4
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e4a07aa..fd2090f 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -24,7 +24,7 @@ TARGET_CPU_ABI2 := armeabi
TARGET_NO_BOOTLOADER := false
TARGET_NO_KERNEL := false
-BOARD_KERNEL_CMDLINE := console=ttyS2,115200n8 androidboot.console=ttyS2 androidboot.hardware=rk3036 earlyprintk selinux=enforcing
+BOARD_KERNEL_CMDLINE := console=ttyS2,115200n8 androidboot.console=ttyS2 androidboot.hardware=rk3036 earlyprintk androidboot.selinux=enforcing
# Set up the local kernel.
TARGET_KERNEL_ARCH := $(TARGET_ARCH)