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

Commit 5abb5cca authored by Ted Bauer's avatar Ted Bauer Committed by Automerger Merge Worker
Browse files

Merge "Add bugfix flag for tools reading from the new storage" into main am: 34c2b860

parents 1cc1adc0 34c2b860
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -21,3 +21,13 @@ flag {
  bug: "370499640"
  description: "When enabled, tools read directly from the new aconfig storage."
}

flag {
  name: "tools_read_from_new_storage_bugfix"
  namespace: "core_experiments_team_internal"
  bug: "370499640"
  description: "When enabled, tools read directly from the new aconfig storage."
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}
 No newline at end of file