make permissive setting compatible to boot image version am: 6d8d406b2d

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

Change-Id: If2caa584fd0316da9b1814af1e5cc7d9e8b3ba86
This commit is contained in:
Adam Shih 2021-04-13 08:50:09 +00:00 committed by Automerger Merge Worker
commit e1800561ee

View file

@ -52,6 +52,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.use_content_detection_f
# factory should always has SELinux permissive # factory should always has SELinux permissive
BOARD_BOOTCONFIG += androidboot.selinux=permissive BOARD_BOOTCONFIG += androidboot.selinux=permissive
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
# Disable Bluetooth as default in factory build # Disable Bluetooth as default in factory build
DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay-factory DEVICE_PACKAGE_OVERLAYS += device/google/gs101/overlay-factory