xref: /aosp_15_r20/art/build/flags/art-flags.aconfig (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1*795d594fSAndroid Build Coastguard Worker# Copyright (C) 2024 The Android Open Source Project
2*795d594fSAndroid Build Coastguard Worker#
3*795d594fSAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0 (the "License");
4*795d594fSAndroid Build Coastguard Worker# you may not use this file except in compliance with the License.
5*795d594fSAndroid Build Coastguard Worker# You may obtain a copy of the License at
6*795d594fSAndroid Build Coastguard Worker#
7*795d594fSAndroid Build Coastguard Worker#      http://www.apache.org/licenses/LICENSE-2.0
8*795d594fSAndroid Build Coastguard Worker#
9*795d594fSAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software
10*795d594fSAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS,
11*795d594fSAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*795d594fSAndroid Build Coastguard Worker# See the License for the specific language governing permissions and
13*795d594fSAndroid Build Coastguard Worker# limitations under the License.
14*795d594fSAndroid Build Coastguard Worker
15*795d594fSAndroid Build Coastguard Workerpackage: "com.android.art.flags"
16*795d594fSAndroid Build Coastguard Workercontainer: "com.android.art"
17*795d594fSAndroid Build Coastguard Worker
18*795d594fSAndroid Build Coastguard Worker# Flag for the experimental feature of on-demand method tracing
19*795d594fSAndroid Build Coastguard Workerflag {
20*795d594fSAndroid Build Coastguard Worker  name: "always_enable_profile_code"
21*795d594fSAndroid Build Coastguard Worker  namespace: "art_performance"
22*795d594fSAndroid Build Coastguard Worker  description: "Flag to control on-demand method tracing feature"
23*795d594fSAndroid Build Coastguard Worker  bug: "352518093"
24*795d594fSAndroid Build Coastguard Worker  is_fixed_read_only: true
25*795d594fSAndroid Build Coastguard Worker  is_exported: true
26*795d594fSAndroid Build Coastguard Worker}
27*795d594fSAndroid Build Coastguard Worker
28*795d594fSAndroid Build Coastguard Worker# TODO(b/352723620): Ramp this fully, then add tests with it.
29*795d594fSAndroid Build Coastguard Workerflag {
30*795d594fSAndroid Build Coastguard Worker  name: "test"
31*795d594fSAndroid Build Coastguard Worker  namespace: "art_mainline"
32*795d594fSAndroid Build Coastguard Worker  description: "Permanent test flag."
33*795d594fSAndroid Build Coastguard Worker  bug: "352723620"
34*795d594fSAndroid Build Coastguard Worker  is_fixed_read_only: true
35*795d594fSAndroid Build Coastguard Worker  is_exported: false
36*795d594fSAndroid Build Coastguard Worker}
37*795d594fSAndroid Build Coastguard Worker
38*795d594fSAndroid Build Coastguard Workerflag {
39*795d594fSAndroid Build Coastguard Worker  namespace: "system_performance"
40*795d594fSAndroid Build Coastguard Worker  name: "executable_method_file_offsets"
41*795d594fSAndroid Build Coastguard Worker  is_exported: true
42*795d594fSAndroid Build Coastguard Worker  description: "This flag includes the API for getting the compiled native executable offset info for a java method"
43*795d594fSAndroid Build Coastguard Worker  bug: "296108553"
44*795d594fSAndroid Build Coastguard Worker  is_fixed_read_only: true
45*795d594fSAndroid Build Coastguard Worker}
46*795d594fSAndroid Build Coastguard Worker
47*795d594fSAndroid Build Coastguard Workerflag {
48*795d594fSAndroid Build Coastguard Worker  name: "art_service_v3"
49*795d594fSAndroid Build Coastguard Worker  namespace: "art_mainline"
50*795d594fSAndroid Build Coastguard Worker  description: "Flag for all new ART Service APIs added in the 25Q2 version of the ART module."
51*795d594fSAndroid Build Coastguard Worker  bug: "373820009"
52*795d594fSAndroid Build Coastguard Worker  is_fixed_read_only: true
53*795d594fSAndroid Build Coastguard Worker  is_exported: true
54*795d594fSAndroid Build Coastguard Worker}
55