1package: "com.android.adservices.ondevicepersonalization.flags"
2container: "com.android.ondevicepersonalization"
3
4flag {
5    name: "on_device_personalization_apis_enabled"
6    is_exported: true
7    namespace: "ondevicepersonalization_aconfig"
8    # TODO(b/320156647): Add bug number and description
9    bug: "320156647"
10    description: "Enter a description per b/320156647"
11    is_fixed_read_only: true
12}
13
14flag {
15    name: "fcp_model_version_enabled"
16    namespace: "ondevicepersonalization_aconfig"
17    bug: "335080565"
18    description: "Enable model version support for federated compute"
19    is_fixed_read_only: true
20    is_exported: true
21}
22
23flag {
24    name: "data_class_missing_ctors_and_getters_enabled"
25    namespace: "ondevicepersonalization_aconfig"
26    bug: "353356413"
27    description: "Add missing ctors and getters to certain data classes"
28    is_fixed_read_only: true
29    is_exported: true
30}
31
32flag {
33    name: "execute_in_isolated_service_api_enabled"
34    namespace: "ondevicepersonalization_aconfig"
35    bug: "336801193"
36    description: "Enable executeInIsolatedService API"
37    is_fixed_read_only: true
38    is_exported: true
39}
40
41flag {
42    name: "fcp_schedule_with_outcome_receiver_enabled"
43    namespace: "ondevicepersonalization_aconfig"
44    bug: "343848473"
45    description: "Enable the federated compute schedule API that accepts an OutcomeReceiver."
46    is_fixed_read_only: true
47    is_exported: true
48}
49
50flag {
51    name: "executorch_inference_api_enabled"
52    namespace: "ondevicepersonalization_aconfig"
53    bug: "376942125"
54    description: "Enable executorch inference API."
55    is_fixed_read_only: true
56    is_exported: true
57}
58
59flag {
60    name: "is_feature_enabled_api_enabled"
61    namespace: "ondevicepersonalization_aconfig"
62    bug: "368695570"
63    description: "Enable the isFeatureEnabled API."
64    is_fixed_read_only: true
65    is_exported: true
66}
67