summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
author Victor Chang <vichang@google.com> 2025-02-12 16:53:19 +0000
committer Victor Chang <vichang@google.com> 2025-02-13 03:21:37 -0800
commitd7a557c867cd3549d74f5cf91533627b4b23615e (patch)
tree0bd3e74435f1abf75e82d20cc5cbb5d338133c69 /build
parente6e5f771a63f2024e00188175b69ddfe5a4a1656 (diff)
Add a flag for virtual thread
Bug: 346542404 Test: n/a Change-Id: Ifdc4a77c7a3060731bca232d00ed127043e8722d
Diffstat (limited to 'build')
-rw-r--r--build/flags/art-flags.aconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/build/flags/art-flags.aconfig b/build/flags/art-flags.aconfig
index f12b19eba4..941c742195 100644
--- a/build/flags/art-flags.aconfig
+++ b/build/flags/art-flags.aconfig
@@ -64,6 +64,15 @@ flag {
}
flag {
+ name: "virtual_thread_impl_v1"
+ namespace: "core_libraries"
+ description: "Flag for version 1 of Virtual Thread implementation."
+ bug: "346542404"
+ is_fixed_read_only: true
+ is_exported: false
+}
+
+flag {
name: "fast_baseline_compiler"
namespace: "art_performance"
description: "Flag to enable the fast ARM64 baseline compiler"