From 1045d8943c3149dd0b1f1077170dba93e1d8a4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Date: Wed, 21 Feb 2024 13:48:01 +1100 Subject: [PATCH] Remove persist.bootanim.color property definitions These now belong to the platform policy. Bug: 321088135 Test: build Change-Id: I98f41827a94defc3122db88275bed51576c9f3f0 --- private/property_contexts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 private/property_contexts diff --git a/private/property_contexts b/private/property_contexts deleted file mode 100644 index abcdd41..0000000 --- a/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