diff options
author | 2024-10-22 16:20:47 +0000 | |
---|---|---|
committer | 2024-10-22 18:54:31 +0000 | |
commit | 83387d63c4a37b7f3ae84666360a1d6f66d90b08 (patch) | |
tree | bf284f7862d2c53e3b83d3440e0ef13f0cd05c17 /build | |
parent | b07fc736e3c49b0ec373c3e030846ce4765036e3 (diff) |
Revert "Add VMDebug_getExecutableMethodFileOffsetsNative"
Revert submission 3280271-hummingbird-art-lib
Reason for revert: Broke art_standalone_compiler_tests and art_standalone_runtime_tests, and blocks presubmit.
Reverted changes: /q/submissionid:3280271-hummingbird-art-lib
Change-Id: I8fa82ea6306778e6ee6a1988c6403e7aa7b97808
Diffstat (limited to 'build')
-rw-r--r-- | build/flags/art-flags.aconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/flags/art-flags.aconfig b/build/flags/art-flags.aconfig index 35ac49ed0b..e38f62a0ae 100644 --- a/build/flags/art-flags.aconfig +++ b/build/flags/art-flags.aconfig @@ -34,12 +34,3 @@ 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 -} |