Define persist.bootanim.color in platform policy
These properties are defined by the platform (see BootAnimation.cpp). Test: m Bug: 321088135 Ignore-AOSP-First: sync policy internally first (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:88995803f60b6df725747e658734a779043d6674) Merged-In: I429b807deda5cfd3cf7db1512b97d25769f18086 Change-Id: I429b807deda5cfd3cf7db1512b97d25769f18086
This commit is contained in:
parent
489766292a
commit
935206e8ab
1 changed files with 6 additions and 2 deletions
|
@ -1201,8 +1201,12 @@ ro.property_service.async_persist_writes u:object_r:build_config_prop:s0 exact b
|
|||
|
||||
ro.vendor.redirect_socket_calls u:object_r:vendor_socket_hook_prop:s0 exact bool
|
||||
|
||||
service.bootanim.exit u:object_r:bootanim_system_prop:s0 exact int
|
||||
service.bootanim.progress u:object_r:bootanim_system_prop:s0 exact int
|
||||
service.bootanim.exit u:object_r:bootanim_system_prop:s0 exact int
|
||||
service.bootanim.progress u:object_r:bootanim_system_prop:s0 exact int
|
||||
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
|
||||
|
||||
sys.init.userspace_reboot.in_progress u:object_r:userspace_reboot_exported_prop:s0 exact bool
|
||||
sys.use_memfd u:object_r:use_memfd_prop:s0 exact bool
|
||||
|
|
Loading…
Reference in a new issue