Add new surfaceflinger ro props

add the new ro properties added to surfaceflinger:
ro.surface_flinger.set_idle_timer_ms
ro.surface_flinger.use_smart_90_for_video

Bug: 131054357
Test: Boot with SELinux enforcing
Change-Id: I887b318a95db200280344a11fcf7deaadafdeca9
This commit is contained in:
Ady Abraham 2019-04-23 14:17:32 -07:00
parent 5bce022dce
commit ff9d4bdd63

View file

@ -384,3 +384,5 @@ ro.surface_flinger.display_primary_green u:object_r:exported_default_prop:s0 exa
ro.surface_flinger.display_primary_blue u:object_r:exported_default_prop:s0 exact string
ro.surface_flinger.display_primary_white u:object_r:exported_default_prop:s0 exact string
ro.surface_flinger.protected_contents u:object_r:exported_default_prop:s0 exact bool
ro.surface_flinger.set_idle_timer_ms u:object_r:exported_default_prop:s0 exact int
ro.surface_flinger.use_smart_90_for_video u:object_r:exported_default_prop:s0 exact bool