Coredomain apps shouldn't be labeled with vendor sepolicy, due to Treble violation. Bug: 280547417 Test: TH Change-Id: If768b5cb9f3b4024893117d8e3bf49adb7c5b070
24 lines
838 B
Makefile
24 lines
838 B
Makefile
# sepolicy that are shared among devices using whitechapel
|
|
BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/whitechapel_pro
|
|
|
|
# unresolved SELinux error log with bug tracking
|
|
BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/tracking_denials
|
|
|
|
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/gs201-sepolicy/public
|
|
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/gs201-sepolicy/private
|
|
|
|
# system_ext
|
|
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/gs201-sepolicy/system_ext/public
|
|
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/gs201-sepolicy/system_ext/private
|
|
|
|
#
|
|
# Pixel-wide
|
|
#
|
|
# Dauntless sepolicy (b/199685763)
|
|
BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/dauntless
|
|
|
|
# PowerStats HAL
|
|
BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats
|
|
|
|
# Health HAL
|
|
BOARD_SEPOLICY_DIRS += device/google/gs201-sepolicy/health
|