Due to the fact that /vendor/bin/wifi_logger no longer exists on the P21 master branch any more, we remove obsolete sepolicy. Bug: 201599426 Test: wlan_logger in Pixel Logger is workable Change-Id: Iaa7e4da6564a4ea2b0938db34bb7efff6ed54ee0
20 lines
697 B
Makefile
20 lines
697 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_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
|