diff options
author | 2024-01-24 16:28:57 +0000 | |
---|---|---|
committer | 2024-01-24 18:00:23 +0000 | |
commit | c606b194954f77a7be2e093d645f0c28f013796e (patch) | |
tree | 704e37725a0c38a655b1f94205bba55b7ff78236 /runtime/native_stack_dump.h | |
parent | 9b327f2232290a46942e53bcdfe80b41e2c9fbc0 (diff) |
Add visibility attributes in runtime/n*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: I66918e4548263b5cdca8071b2f174ae197e16f7b
Diffstat (limited to 'runtime/native_stack_dump.h')
-rw-r--r-- | runtime/native_stack_dump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native_stack_dump.h b/runtime/native_stack_dump.h index 86a8ce2cab..06c2fb76f7 100644 --- a/runtime/native_stack_dump.h +++ b/runtime/native_stack_dump.h @@ -27,7 +27,7 @@ namespace unwindstack { class AndroidLocalUnwinder; } // namespace unwindstack -namespace art { +namespace art HIDDEN { class ArtMethod; |