Keep slider/whitefin under Permissive mode am: b8c5db3ad4

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/13989143

Change-Id: Iaa0261c21be48880fa594fd0ce11aea66093f9e4
This commit is contained in:
Alex Hong 2021-03-29 03:42:31 +00:00 committed by Automerger Merge Worker
commit 333ad75805
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 += \
$(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

View file

@ -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