summaryrefslogtreecommitdiff
path: root/build.config.slider
diff options
context:
space:
mode:
authorAdam Shih <adamshih@google.com>2021-03-22 09:29:31 +0800
committerAdam Shih <adamshih@google.com>2021-03-22 11:14:17 +0800
commitd08157c904c62d1319b68382d684542a87d9a825 (patch)
tree93f78c8b9a013d424b4481cc4c14c79c9901df71 /build.config.slider
parentf6d48c22113d2c8e390aca7d56d6e2cb6293baf6 (diff)
downloadgs-d08157c904c62d1319b68382d684542a87d9a825.tar.gz
use HLOS makefile to control selinux setting
Using kernel device tree to switch on/off SELinux will bring other irrelevant patches as well. Therefore remove the setting here. Bug: 171942789 Test: boot to home with ROM still in permissive mode Change-Id: I2bdff6d782b84741c477c2868e31d2912750fb0f Signed-off-by: Adam Shih <adamshih@google.com>
Diffstat (limited to 'build.config.slider')
-rw-r--r--build.config.slider2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.config.slider b/build.config.slider
index 77b3e695e..08a88d84d 100644
--- a/build.config.slider
+++ b/build.config.slider
@@ -50,7 +50,7 @@ BUILD_BOOT_IMG=1
GKI_RAMDISK_PREBUILT_BINARY=${ROOT_DIR}/prebuilts/boot-artifacts/ramdisks/ramdisk-aosp_arm64.img
VENDOR_RAMDISK_BINARY=${ROOT_DIR}/prebuilts/boot-artifacts/ramdisks/vendor_ramdisk-oriole.img
KERNEL_VENDOR_CMDLINE="earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 androidboot.console=ttySAC0"
-KERNEL_VENDOR_CMDLINE+=" printk.devkmsg=on androidboot.selinux=permissive androidboot.boot_devices=14700000.ufs"
+KERNEL_VENDOR_CMDLINE+=" printk.devkmsg=on androidboot.boot_devices=14700000.ufs"
KERNEL_VENDOR_CMDLINE+=" at24.write_timeout=100 buildvariant=userdebug"
AVB_SIGN_BOOT_IMG=1