summaryrefslogtreecommitdiff
path: root/libcore-readonly.aconfig
blob: 3cda92c45190537fcd242d87e80b4602d9ba9a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
package: "com.android.libcore.readonly"
container: "system"

# These are the read-only version of the aconfig flags in com.android.libcore
# that will be built with 'force-read-only' mode.
# See b/368409430 - these flags will be removed once the new aconfig API landed.
flag {
    namespace: "core_libraries"
    name: "post_cleanup_apis"
    is_exported: false
    description: "This flag includes APIs to add/remove/call callbacks post-cleanup"
    bug: "331243037"
    # APIs provided by a mainline module can only use a frozen flag.
    is_fixed_read_only: true
}

flag {
    namespace: "core_libraries"
    name: "native_metrics"
    is_exported: false
    description: "This flag includes APIs fo maintaining and exposing native allocation metrics"
    bug: "331243037"
    # APIs provided by a mainline module can only use a frozen flag.
    is_fixed_read_only: true
}