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

Commit 156a3b28 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:...

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

Original change: https://android-review.googlesource.com/c/platform/build/+/3418087



Change-Id: I3cfe5c2d6bf66a0dd89a7d865799a8acb645e5fa
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6babd26a 5abb5cca
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