diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2022-11-03 19:04:59 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-02 00:52:16 +0800 |
commit | 3888c5a66d4879bbc4999aae5c6f172c2f266152 (patch) | |
tree | d50979c38f892b97a5aec83d7801fd314e47ad6e | |
parent | a021e2d0f5603ece9454aede8ee6e4025f03915a (diff) |
gs201: Include missing ConnectivityThermalPowerManager sepolicy
Change-Id: I1e0f05159a6797251ed85360966aa45246005bbd
-rw-r--r-- | sepolicy/gs201-sepolicy.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/gs201-sepolicy.mk b/sepolicy/gs201-sepolicy.mk index a1afdbf0..2178418c 100644 --- a/sepolicy/gs201-sepolicy.mk +++ b/sepolicy/gs201-sepolicy.mk @@ -1,3 +1,6 @@ +# ConnectivityThermalPowerManager +BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/connectivity_thermal_power_manager + # sepolicy that are shared among devices using whitechapel BOARD_SEPOLICY_DIRS += device/google/gs201/sepolicy/whitechapel_pro |