• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.libcore.readonly"
2container: "system"
3
4# These are the read-only version of the aconfig flags in com.android.libcore
5# that will be built with 'force-read-only' mode.
6# See b/368409430 - these flags will be removed once the new aconfig API landed.
7flag {
8    namespace: "core_libraries"
9    name: "post_cleanup_apis"
10    is_exported: false
11    description: "This flag includes APIs to add/remove/call callbacks post-cleanup"
12    bug: "331243037"
13    # APIs provided by a mainline module can only use a frozen flag.
14    is_fixed_read_only: true
15}
16
17flag {
18    namespace: "core_libraries"
19    name: "native_metrics"
20    is_exported: false
21    description: "This flag includes APIs fo maintaining and exposing native allocation metrics"
22    bug: "331243037"
23    # APIs provided by a mainline module can only use a frozen flag.
24    is_fixed_read_only: true
25}
26