diff options
| author | 2019-11-16 14:58:17 +0100 | |
|---|---|---|
| committer | 2019-11-16 14:58:17 +0100 | |
| commit | 45e529320d1cfae5157adf45a4860c825723841e (patch) | |
| tree | bda16e793dd0f0e3da3d950ba38fa830c3d7e35c | |
| parent | f4dca6bc7c6e51046135bd70fceea795296d6c20 (diff) | |
Update SurfaceFlingerProperties scope
System scope is deprecated
Test: manual, no build warnings
Change-Id: I2db77a7cea19b5d9e9393bc5709b60608d696023
| -rw-r--r-- | services/surfaceflinger/sysprop/SurfaceFlingerProperties.sysprop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/surfaceflinger/sysprop/SurfaceFlingerProperties.sysprop b/services/surfaceflinger/sysprop/SurfaceFlingerProperties.sysprop index 56ab4e3f33..a4f4285552 100644 --- a/services/surfaceflinger/sysprop/SurfaceFlingerProperties.sysprop +++ b/services/surfaceflinger/sysprop/SurfaceFlingerProperties.sysprop @@ -260,7 +260,7 @@ prop { prop { api_name: "color_space_agnostic_dataspace" type: Long - scope: System + scope: Public access: Readonly prop_name: "ro.surface_flinger.color_space_agnostic_dataspace" } @@ -330,7 +330,7 @@ prop { prop { api_name: "set_display_power_timer_ms" type: Integer - scope: System + scope: Public access: Readonly prop_name: "ro.surface_flinger.set_display_power_timer_ms" } |