summaryrefslogtreecommitdiff
path: root/runtime/handle_scope-inl.h
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 15:12:57 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-18 21:05:02 +0000
commitb887d813e36296e45bdb350bdc8089b10a4466a3 (patch)
treef1be09c608f2d9b09db11504f10016db07271649 /runtime/handle_scope-inl.h
parent6c267f6b2dd506a668d273acd7fa8a2cdc85b603 (diff)
Add visibility attributes in runtime/h*
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I80d3813691880564c1e7b641db0af3372f41e8e6
Diffstat (limited to 'runtime/handle_scope-inl.h')
-rw-r--r--runtime/handle_scope-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/handle_scope-inl.h b/runtime/handle_scope-inl.h
index e620e92e1f..48c61c231f 100644
--- a/runtime/handle_scope-inl.h
+++ b/runtime/handle_scope-inl.h
@@ -28,7 +28,7 @@
#include "thread-current-inl.h"
#include "verify_object.h"
-namespace art {
+namespace art HIDDEN {
template<size_t kNumReferences>
inline FixedSizeHandleScope<kNumReferences>::FixedSizeHandleScope(BaseHandleScope* link)