mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 09:39:39 +00:00
Bug: 372400955 Change-Id: Ibcdc907b7fe4e8efcbd3217700b4c62873cd124d Flag: NONE local testing only
25 lines
845 B
Makefile
25 lines
845 B
Makefile
# sepolicy that are shared among devices using whitechapel
|
|
BOARD_VENDOR_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
|