summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/flags/art-flags.aconfig21
1 files changed, 15 insertions, 6 deletions
diff --git a/build/flags/art-flags.aconfig b/build/flags/art-flags.aconfig
index 35ac49ed0b..05b6c55a52 100644
--- a/build/flags/art-flags.aconfig
+++ b/build/flags/art-flags.aconfig
@@ -36,10 +36,19 @@ flag {
}
flag {
- namespace: "art_performance"
- name: "executable_method_file_offsets"
- is_exported: true
- description: "This flag includes the API for getting the compiled native executable offset info for a java method"
- bug: "296108553"
- is_fixed_read_only: true
+ namespace: "art_performance"
+ name: "executable_method_file_offsets"
+ is_exported: true
+ description: "This flag includes the API for getting the compiled native executable offset info for a java method"
+ bug: "296108553"
+ is_fixed_read_only: true
+}
+
+flag {
+ name: "art_service_v3"
+ namespace: "art_mainline"
+ description: "Flag for all new ART Service APIs added in the 25Q2 version of the ART module."
+ bug: "373820009"
+ is_fixed_read_only: true
+ is_exported: true
}