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

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

Merge "SurfaceFlingerProperties: Use proper prop scope" am: 0ea24d2f am:...

Merge "SurfaceFlingerProperties: Use proper prop scope" am: 0ea24d2f am: 9336d692 am: 86abb743 am: 7feaee5f am: 4ac77cab

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

Change-Id: Idc91954ea55c6b7beba067088c654d32e4f0f757
parents 934e82a9 4ac77cab
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"
}