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

Commit 6ad86bd3 authored by Ady Abraham's avatar Ady Abraham
Browse files

Fix dont_skip_on_early_ro to be read only again

commit 45099663 accidently removed
the read only attribute from this flag.

Bug: 307674749
Bug: 273702768
Change-Id: I27ff11077226d5bc13731f4fd86dff0dc183ea47
parent 415c59e4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -189,6 +189,10 @@ flag {
  namespace: "core_graphics"
  description: "This flag is guarding the behaviour where SurfaceFlinger is trying to opportunistically present a frame when the configuration change from late to early"
  bug: "273702768"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {