Add bugfix flag for tools reading from the new storage

Bug: 370499640
Change-Id: Ibb755c5082d57ace262ab7a50779cedc1864a55e
Test: m
diff --git a/tools/aconfig/aconfig_flags/flags.aconfig b/tools/aconfig/aconfig_flags/flags.aconfig
index 367a2d0..96bb81a 100644
--- a/tools/aconfig/aconfig_flags/flags.aconfig
+++ b/tools/aconfig/aconfig_flags/flags.aconfig
@@ -20,4 +20,14 @@
   namespace: "core_experiments_team_internal"
   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