Merge Coral/Flame into AOSP master
Bug: 141248619 Change-Id: I421ad141f2a1bbda2b2a2d7610aa8305b0ecd03a Merged-In: Ie0eb4dfb17e3f64a9f375306a85d9eb58c8ab424
This commit is contained in:
commit
dbdad5d989
4 changed files with 6 additions and 1 deletions
|
@ -283,6 +283,7 @@ allow system_server {
|
|||
hal_graphics_composer_server
|
||||
hal_health_server
|
||||
hal_omx_server
|
||||
hal_power_stats_server
|
||||
hal_sensors_server
|
||||
hal_vr_server
|
||||
}:process { signal };
|
||||
|
|
|
@ -396,5 +396,7 @@ ro.surface_flinger.display_primary_white u:object_r:exported_default_prop:s0 exa
|
|||
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.set_touch_timer_ms u:object_r:exported_default_prop:s0 exact int
|
||||
ro.surface_flinger.set_display_power_timer_ms u:object_r:exported_default_prop:s0 exact int
|
||||
ro.surface_flinger.support_kernel_idle_timer u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.surface_flinger.use_smart_90_for_video u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.surface_flinger.color_space_agnostic_dataspace u:object_r:exported_default_prop:s0 exact int
|
||||
|
|
|
@ -10,7 +10,7 @@ type dumpstate_service, service_manager_type;
|
|||
type fingerprintd_service, service_manager_type;
|
||||
type hal_fingerprint_service, service_manager_type;
|
||||
type gatekeeper_service, app_api_service, service_manager_type;
|
||||
type gpu_service, service_manager_type;
|
||||
type gpu_service, app_api_service, service_manager_type;
|
||||
type idmap_service, service_manager_type;
|
||||
type iorapd_service, service_manager_type;
|
||||
type incident_service, service_manager_type;
|
||||
|
|
|
@ -419,6 +419,8 @@ ro.surface_flinger.display_primary_white u:object_r:exported_default_prop:s0 exa
|
|||
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.set_touch_timer_ms u:object_r:exported_default_prop:s0 exact int
|
||||
ro.surface_flinger.set_display_power_timer_ms u:object_r:exported_default_prop:s0 exact int
|
||||
ro.surface_flinger.support_kernel_idle_timer u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.surface_flinger.use_smart_90_for_video u:object_r:exported_default_prop:s0 exact bool
|
||||
ro.surface_flinger.color_space_agnostic_dataspace u:object_r:exported_default_prop:s0 exact int
|
||||
ro.surface_flinger.refresh_rate_switching u:object_r:exported_default_prop:s0 exact bool
|
||||
|
|
Loading…
Reference in a new issue