From 1462b8ed09ad74a50a263851af02fa08c0461552 Mon Sep 17 00:00:00 2001 From: Jorge Lucangeli Obes Date: Tue, 10 Nov 2015 16:02:50 -0800 Subject: Add explicit SELinux kernel cmdline. Also fix some comments. Change-Id: I9541e29ea5cb97582bd65f3a57437f22ab7bffc9 --- soc/iap140/soc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'soc') diff --git a/soc/iap140/soc.mk b/soc/iap140/soc.mk index bbc5696..9202313 100644 --- a/soc/iap140/soc.mk +++ b/soc/iap140/soc.mk @@ -26,7 +26,7 @@ TARGET_KERNEL_ARCH := $(TARGET_ARCH) TARGET_NO_BOOTLOADER := false TARGET_NO_KERNEL := false -BOARD_KERNEL_CMDLINE := androidboot.console=ttyS1 console=ttyS1,115200 panic_debug uart_dma crashkernel=4k@0x8140000 user_debug=31 earlyprintk=uart8250-32bit,0xd4017000 cma=20M ddr_mode=2 RDCA=08140400 cpmem=32M@0x06000000 androidboot.exist.cp=18 androidboot.hardware=iap140 +BOARD_KERNEL_CMDLINE := androidboot.console=ttyS1 console=ttyS1,115200 panic_debug uart_dma crashkernel=4k@0x8140000 user_debug=31 earlyprintk=uart8250-32bit,0xd4017000 cma=20M ddr_mode=2 RDCA=08140400 cpmem=32M@0x06000000 androidboot.exist.cp=18 androidboot.hardware=iap140 androidboot.selinux=enforcing PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/init.iap140.rc:root/init.iap140.rc \ @@ -41,5 +41,5 @@ BOARD_SEPOLICY_DIRS += \ TARGET_KERNEL_SRC := hardware/bsp/kernel/marvell/pxa-3.14 TARGET_KERNEL_DEFCONFIG := armadillo_edge_defconfig -# include the hal modules +# Include the HAL modules. -include hardware/bsp/marvell/soc/iap140/hal_modules.mk -- cgit v1.2.3