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_PUBLIC_SEPOLICY_DIRS += device/google/gs201-sepolicy/public 8PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/gs201-sepolicy/private 9 10# system_ext 11SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/gs201-sepolicy/system_ext/public 12SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/gs201-sepolicy/system_ext/private 13 14# 15# Pixel-wide 16# 17# Dauntless sepolicy (b/199685763) 18BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/dauntless 19 20# PowerStats HAL 21BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats 22 23# Health HAL 24BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/health 25