diff options
author | 2024-01-24 15:28:12 +0000 | |
---|---|---|
committer | 2024-01-24 18:04:11 +0000 | |
commit | c5266fbb0f9b0be10c92f82a6b78d50715e80e30 (patch) | |
tree | 56af7327a0df025508b85c07d3e842840a67618f /runtime/java_frame_root_info.h | |
parent | a7c77b389f6705a53250f2076f294e7e888fa911 (diff) |
Add visibility attributes in runtime/j*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I3edb48d24aac0da006ffd2d634ede22045880a8c
Diffstat (limited to 'runtime/java_frame_root_info.h')
-rw-r--r-- | runtime/java_frame_root_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/java_frame_root_info.h b/runtime/java_frame_root_info.h index c2b4493814..885000994c 100644 --- a/runtime/java_frame_root_info.h +++ b/runtime/java_frame_root_info.h @@ -24,7 +24,7 @@ #include "base/macros.h" #include "gc_root.h" -namespace art { +namespace art HIDDEN { class StackVisitor; |