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

Commit 7391be1c authored by Wonsik Kim's avatar Wonsik Kim
Browse files

aconfig: add a bugfix flag set_callback_stall

Also fix out-of-order flag

Bug: 326010604
Test: builds
Change-Id: Ibd1e977ced7dacd066c75b70ebb40c98e46b7ea5
parent c1654c6d
Loading
Loading
Loading
Loading
+20 −10
Original line number Diff line number Diff line
@@ -12,16 +12,6 @@ flag {
  bug: "201479783"
}

flag {
  name: "set_state_early"
  namespace: "codec_fwk"
  description: "Bugfix flag for setting state early to avoid a race condition"
  bug: "298613712"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "dynamic_color_aspects"
  is_exported: true
@@ -97,6 +87,26 @@ flag {
  bug: "325549730"
}

flag {
  name: "set_callback_stall"
  namespace: "codec_fwk"
  description: "Bugfix flag for setCallback stall"
  bug: "326010604"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "set_state_early"
  namespace: "codec_fwk"
  description: "Bugfix flag for setting state early to avoid a race condition"
  bug: "298613711"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "teamfood"
  namespace: "codec_fwk"