• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: "enable_media_and_location_preload"
57    namespace: "system_performance"
58    description: "Enables zygote preload of non-BCP media and location libraries."
59    bug: "241474956"
60}
61
62flag {
63    name: "use_transaction_codes_for_unknown_methods"
64    namespace: "stability"
65    description: "Use transaction codes when the method names is unknown"
66    bug: "350041302"
67    is_fixed_read_only: true
68    metadata {
69        purpose: PURPOSE_BUGFIX
70    }
71}
72
73flag {
74    name: "debug_store_enabled"
75    namespace: "stability"
76    description: "If the debug store is enabled."
77    bug: "314735374"
78    is_fixed_read_only: true
79}
80
81flag {
82    name: "application_shared_memory_enabled"
83    namespace: "system_performance"
84    description: "Whether ApplicationSharedMemory is enabled."
85    bug: "365575551"
86    is_fixed_read_only: true
87}