mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
Revert submission 30519089-move_modem_sepolicy Reason for revert: DroidMonitor: Potential culprit for http://b/380274930 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:30519089-move_modem_sepolicy Change-Id: I90d720b8bf396f3785c00e9cfa67f55a62a020b2
25 lines
838 B
Makefile
25 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
|