From 97a16aff57df4bf32b8e05397018039486e499c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Date: Sun, 25 Feb 2024 23:58:44 +0000 Subject: [PATCH] Revert^2 "Remove persist.bootanim.color property definitions" 7b238e3659e11021e52d860025ada4806b439274 Change-Id: I56143303453cce01d812997ed4a06d815f2a6859 --- legacy/private/property_contexts | 5 ----- zuma-sepolicy.mk | 1 - 2 files changed, 6 deletions(-) delete mode 100644 legacy/private/property_contexts diff --git a/legacy/private/property_contexts b/legacy/private/property_contexts deleted file mode 100644 index abcdd419..00000000 --- a/legacy/private/property_contexts +++ /dev/null @@ -1,5 +0,0 @@ -# Boot animation dynamic colors -persist.bootanim.color1 u:object_r:bootanim_system_prop:s0 exact int -persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int -persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int -persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int diff --git a/zuma-sepolicy.mk b/zuma-sepolicy.mk index 2d80f554..abfaa288 100644 --- a/zuma-sepolicy.mk +++ b/zuma-sepolicy.mk @@ -18,7 +18,6 @@ BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats # To be reviewed and removed. BOARD_SEPOLICY_DIRS += device/google/zuma-sepolicy/legacy/whitechapel_pro -PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/legacy/private SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/zuma-sepolicy/legacy/system_ext/public SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/legacy/system_ext/private