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

Commit f1610eff authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Add flag for use self sync transaction for assignLayer" into main

parents 00122935 b4319024
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
    }
}