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

Commit b4319024 authored by Chris Li's avatar Chris Li
Browse files

Add flag for use self sync transaction for assignLayer

Bug: 388127825
Test: N/A
Flag: EXEMPT add flag
Change-Id: I43a74ac987b44ad2de2cebbcb7d0be4db7bed684
parent 5359c728
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -167,3 +167,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
    name: "use_self_sync_transaction_for_layer"
    description: "Always use this.getSyncTransaction for assignLayer"
    bug: "388127825"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}