From adf15a07108cc7e6c1d83668513719bf92fd2739 Mon Sep 17 00:00:00 2001 From: Patrick Tjin Date: Fri, 10 Mar 2017 15:02:09 -0800 Subject: [PATCH] REVERT ME taimen: enable permissive mode SELinux for bringup Test: Build Change-Id: If10d0b6ded3c0c3dc076d8976935412eaad15201 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 8fb194b..ab093ec 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -18,6 +18,7 @@ TARGET_BOOTLOADER_BOARD_NAME := taimen DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS := 0x00000056 BOARD_KERNEL_CMDLINE += console=ttyMSM0,115200,n8 earlycon=msm_serial_dm,0xc1b0000 +BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive include device/google/wahoo/BoardConfig.mk -include vendor/google_devices/taimen/BoardConfigVendor.mk