Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86abb743 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "SurfaceFlingerProperties: Use proper prop scope" am: 0ea24d2f am: 9336d692

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1421632

Change-Id: I16a73fde1998efe49f727200d13a981ec0e4364a
parents c70826d8 9336d692
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ prop {
prop {
    api_name: "max_graphics_width"
    type: Integer
    scope: System
    scope: Public
    access: Readonly
    prop_name: "ro.surface_flinger.max_graphics_width"
}
@@ -82,7 +82,7 @@ prop {
prop {
    api_name: "max_graphics_height"
    type: Integer
    scope: System
    scope: Public
    access: Readonly
    prop_name: "ro.surface_flinger.max_graphics_height"
}