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

Commit 1004232c authored by Ted Bauer's avatar Ted Bauer
Browse files

Add bugfix flag for tools reading from the new storage

Bug: 370499640
Change-Id: Ibb755c5082d57ace262ab7a50779cedc1864a55e
Test: m
parent 2169813b
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