blob: 367a2d0e5ace1b9d6318512c3d393da022d39fdc [file] [log] [blame]
Ted Bauerb1edaae2024-09-11 19:07:44 +00001package: "com.android.aconfig.flags"
2container: "system"
3
4flag {
5 name: "enable_only_new_storage"
6 namespace: "core_experiments_team_internal"
7 bug: "312235596"
8 description: "When enabled, aconfig flags are read from the new aconfig storage only."
9}
Dennis Shen94748a32024-09-26 17:14:39 +000010
11flag {
12 name: "enable_aconfigd_from_mainline"
13 namespace: "core_experiments_team_internal"
14 bug: "369808805"
15 description: "When enabled, launch aconfigd from config infra module."
16}
Ted Bauer037bd572024-12-13 12:11:18 -080017
18flag {
19 name: "tools_read_from_new_storage"
20 namespace: "core_experiments_team_internal"
21 bug: "370499640"
22 description: "When enabled, tools read directly from the new aconfig storage."
23}