xref: /aosp_15_r20/system/server_configurable_flags/aconfigd/new_aconfig_storage.aconfig (revision 207333786ba243bc7d4d69ef6b05487aa7071806)
1package: "com.android.aconfig_new_storage"
2container: "system"
3
4flag {
5  name: "enable_aconfig_storage_daemon"
6  namespace: "core_experiments_team_internal"
7  description: "This flag controls if aconfig storage daemon is turned on"
8  bug: "312444587"
9  is_fixed_read_only: true
10}
11
12flag {
13    name: "support_immediate_local_overrides"
14    namespace: "core_experiments_team_internal"
15    description: "Support immediate local overrides."
16    bug: "360205436"
17}
18
19flag {
20    name: "support_clear_local_overrides_immediately"
21    namespace: "core_experiments_team_internal"
22    description: "Support ability to clear local overrides immediately."
23    bug: "360205436"
24    metadata {
25        purpose: PURPOSE_BUGFIX
26    }
27}
28
29flag {
30    name: "enable_full_rust_system_aconfigd"
31    namespace: "core_experiments_team_internal"
32    description: "enable full rust implementation aconfigd"
33    is_fixed_read_only: true
34    bug: "312444587"
35}
36
37flag {
38  name: "enable_aconfigd_from_mainline"
39  namespace: "core_experiments_team_internal"
40  bug: "369808805"
41  description: "When enabled, launch aconfigd from config infra module."
42  is_fixed_read_only: true
43}
44