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

Commit 34c2b860 authored by Ted Bauer's avatar Ted Bauer Committed by Gerrit Code Review
Browse files

Merge "Add bugfix flag for tools reading from the new storage" into main

parents 7d03f382 1004232c
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