From b80f23dbdc4c5f53dee2600a4a64539f5ac2cc78 Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Wed, 24 Mar 2021 09:23:39 +0800 Subject: [PATCH] adjust parameter for factory SELinux setting Bug: 171942789 Test: flash factory ROM with SELinux permissive Change-Id: Iddbc758e562d4a97c82a16322c44af2e24d91ed1 --- factory_common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/factory_common.mk b/factory_common.mk index 9872bc43..c8d0f586 100644 --- a/factory_common.mk +++ b/factory_common.mk @@ -51,7 +51,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_display_power_timer PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_content_detection_for_refresh_rate=true # factory should always has SELinux permissive -BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive +BOARD_BOOTCONFIG += androidboot.selinux=permissive # Disable Bluetooth as default in factory build DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay-factory