blob: 2488b5c8ab7894a9f659d7ce3c1efefe1b4d95c6 [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."
Ted Bauer10042322024-12-17 09:47:08 -080023}
24
25flag {
26 name: "tools_read_from_new_storage_bugfix"
27 namespace: "core_experiments_team_internal"
28 bug: "370499640"
29 description: "When enabled, tools read directly from the new aconfig storage."
30 metadata {
31 purpose: PURPOSE_BUGFIX
32 }
Ted Bauer3ad48d92025-01-06 22:01:07 +000033}
34
35flag {
36 name: "invoke_updatable_aflags"
37 namespace: "core_experiments_team_internal"
38 bug: "385383899"
39 description: "When enabled, the system aflags binary invokes the updatable aflags."
40 metadata {
41 purpose: PURPOSE_BUGFIX
42 }
43}