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.cc | |
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.cc')
-rw-r--r-- | runtime/native_stack_dump.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native_stack_dump.cc b/runtime/native_stack_dump.cc index d8ff871d87..ad09762972 100644 --- a/runtime/native_stack_dump.cc +++ b/runtime/native_stack_dump.cc @@ -59,7 +59,7 @@ #endif -namespace art { +namespace art HIDDEN { #if defined(__linux__) |