diff --git a/slider/BoardConfig.mk b/slider/BoardConfig.mk index d7d78b5..5711b31 100644 --- a/slider/BoardConfig.mk +++ b/slider/BoardConfig.mk @@ -21,5 +21,7 @@ USES_DEVICE_GOOGLE_RAVIOLE := true BOARD_VENDOR_RAMDISK_KERNEL_MODULES_FILTER += \ $(TARGET_KERNEL_DIR)/drv2624.ko \ +BOARD_BOOTCONFIG += androidboot.selinux=permissive + include device/google/gs101/BoardConfig-common.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk diff --git a/whitefin/BoardConfig.mk b/whitefin/BoardConfig.mk index ee3e884..e042336 100644 --- a/whitefin/BoardConfig.mk +++ b/whitefin/BoardConfig.mk @@ -18,5 +18,7 @@ TARGET_BOOTLOADER_BOARD_NAME := whitefin TARGET_SCREEN_DENSITY := 440 USES_DEVICE_GOOGLE_RAVIOLE := true +BOARD_BOOTCONFIG += androidboot.selinux=permissive + include device/google/gs101/BoardConfig-common.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk