1# sepolicy that are shared among devices using whitechapel 2BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/whitechapel_pro 3 4# unresolved SELinux error log with bug tracking 5BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/tracking_denials 6 7PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/gs201-sepolicy/private 8 9# system_ext 10SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/gs201-sepolicy/system_ext/public 11SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/gs201-sepolicy/system_ext/private 12 13# 14# Pixel-wide 15# 16# Dauntless sepolicy (b/199685763) 17BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/dauntless 18 19# PowerStats HAL 20BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats 21 22# Health HAL 23BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/health 24