xref: /aosp_15_r20/frameworks/base/core/java/com/android/internal/os/flags.aconfig (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1package: "com.android.internal.os"
2container: "system"
3
4flag {
5     namespace: "ravenwood"
6     name: "ravenwood_flag_rw_1"
7     description: "Ravenwood test RW flag 1"
8     bug: "311370221"
9     metadata {
10         purpose: PURPOSE_BUGFIX
11     }
12}
13
14flag {
15     namespace: "ravenwood"
16     name: "ravenwood_flag_rw_2"
17     description: "Ravenwood test RW flag 2"
18     bug: "311370221"
19     metadata {
20         purpose: PURPOSE_BUGFIX
21     }
22}
23
24flag {
25     namespace: "ravenwood"
26     name: "ravenwood_flag_ro_1"
27     description: "Ravenwood test RO flag 1"
28     is_fixed_read_only: true
29     bug: "311370221"
30     metadata {
31         purpose: PURPOSE_BUGFIX
32     }
33}
34
35flag {
36     namespace: "ravenwood"
37     name: "ravenwood_flag_ro_2"
38     description: "Ravenwood test RO flag 2"
39     is_fixed_read_only: true
40     bug: "311370221"
41     metadata {
42         purpose: PURPOSE_BUGFIX
43     }
44}
45
46flag {
47    name: "enable_apache_http_legacy_preload"
48    namespace: "system_performance"
49    description: "Enables zygote preload of non-BCP org.apache.http.legacy.jar library."
50    # Fixed read-only is required as the flag is read during zygote init.
51    is_fixed_read_only: true
52    bug: "241474956"
53}
54
55flag {
56    name: "use_transaction_codes_for_unknown_methods"
57    namespace: "stability"
58    description: "Use transaction codes when the method names is unknown"
59    bug: "350041302"
60    is_fixed_read_only: true
61    metadata {
62        purpose: PURPOSE_BUGFIX
63    }
64}
65
66flag {
67    name: "debug_store_enabled"
68    namespace: "stability"
69    description: "If the debug store is enabled."
70    bug: "314735374"
71    is_fixed_read_only: true
72}
73
74flag {
75    name: "application_shared_memory_enabled"
76    namespace: "system_performance"
77    description: "Whether ApplicationSharedMemory is enabled."
78    bug: "365575551"
79    is_fixed_read_only: true
80}