blob: c24beed16f266248768ed83adcfa93d16cfcaf16 [file] [log] [blame]
Robin Peng5009efa2021-03-05 14:21:41 +08001# 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#
10# Pixel-wide
11#
12# Dauntless (uses Citadel policy currently)
13BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/citadel
14
15# Wifi
16BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/wifi_ext
17
18# PowerStats HAL
19BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats
20
21# Display
22BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/display/common
23BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/display/gs101
matthuang04275482021-03-08 14:07:36 +080024
25# Micro sensor framework (usf)
26BOARD_SEPOLICY_DIRS += device/google/gs101-sepolicy/usf
Oleg Matcovschide30c532021-03-29 23:15:20 -070027
28# sscoredump
29BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/sscoredump
30