Keep slider/whitefin under Permissive mode

Bug: 171942789
Test: $ adb shell getenforce
Change-Id: I793daf5cff7e4ce549115c02f6b2a169e8c5ca10
This commit is contained in:
Alex Hong 2021-03-25 17:41:41 +08:00 committed by Robin Peng
parent 3f822142e6
commit b8c5db3ad4
2 changed files with 4 additions and 0 deletions

View file

@ -21,5 +21,7 @@ USES_DEVICE_GOOGLE_RAVIOLE := true
BOARD_VENDOR_RAMDISK_KERNEL_MODULES_FILTER += \ BOARD_VENDOR_RAMDISK_KERNEL_MODULES_FILTER += \
$(TARGET_KERNEL_DIR)/drv2624.ko \ $(TARGET_KERNEL_DIR)/drv2624.ko \
BOARD_BOOTCONFIG += androidboot.selinux=permissive
include device/google/gs101/BoardConfig-common.mk include device/google/gs101/BoardConfig-common.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk

View file

@ -18,5 +18,7 @@ TARGET_BOOTLOADER_BOARD_NAME := whitefin
TARGET_SCREEN_DENSITY := 440 TARGET_SCREEN_DENSITY := 440
USES_DEVICE_GOOGLE_RAVIOLE := true USES_DEVICE_GOOGLE_RAVIOLE := true
BOARD_BOOTCONFIG += androidboot.selinux=permissive
include device/google/gs101/BoardConfig-common.mk include device/google/gs101/BoardConfig-common.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk