1# sepolicy that are shared among devices using whitechapel 2BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/whitechapel/vendor/google 3 4# unresolved SELinux error log with bug tracking 5BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/tracking_denials 6 7PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/gs101-sepolicy/private 8 9# Display 10BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/display/common 11BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/display/gs101 12 13# system_ext 14SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/gs101-sepolicy/system_ext/public 15SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/gs101-sepolicy/system_ext/private 16 17# 18# Pixel-wide 19# 20# PowerStats HAL 21BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats 22 23# Public 24PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/gs101-sepolicy/public 25 26# pKVM 27ifeq ($(TARGET_PKVM_ENABLED),true) 28BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/pkvm 29endif 30 31# Health HAL 32BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/health 33