diff options
author | 2024-10-23 10:14:56 +0000 | |
---|---|---|
committer | 2024-10-23 12:44:57 +0000 | |
commit | 3dcb57a05a6317b8a66d3ff8990459fbe6bf79c8 (patch) | |
tree | 21cf0cedc864bed20250e5acffd01418059651f6 /build | |
parent | 0cdb0fedbf1eae14d56178eda1e800d133a76bea (diff) |
Revert^2 "Add VMDebug_getExecutableMethodFileOffsetsNative"
83387d63c4a37b7f3ae84666360a1d6f66d90b08
Change-Id: I4f42f35cfa20225cef10ede43276780062731392
Diffstat (limited to 'build')
-rw-r--r-- | build/flags/art-flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/flags/art-flags.aconfig b/build/flags/art-flags.aconfig index e38f62a0ae..35ac49ed0b 100644 --- a/build/flags/art-flags.aconfig +++ b/build/flags/art-flags.aconfig @@ -34,3 +34,12 @@ flag { is_fixed_read_only: true is_exported: false } + +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 +} |