summaryrefslogtreecommitdiff
path: root/runtime/art_method-alloc-inl.h
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 12:01:01 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-18 13:01:51 +0000
commit91d4f8cf500a37374cb45151756a476cefa8031f (patch)
treed16aced73dbf9d1c4d4f8dc66bd4e33d64bc137f /runtime/art_method-alloc-inl.h
parentaf043ec9177fe7b181cb9d5f8cb5b86c79b454f2 (diff)
Add visibility attributes in runtime/a*
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Iacec568941c5baee57088e67ed410ba18f6abff2
Diffstat (limited to 'runtime/art_method-alloc-inl.h')
-rw-r--r--runtime/art_method-alloc-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method-alloc-inl.h b/runtime/art_method-alloc-inl.h
index 13051b156e..f91063c2d3 100644
--- a/runtime/art_method-alloc-inl.h
+++ b/runtime/art_method-alloc-inl.h
@@ -23,7 +23,7 @@
#include "handle_scope.h"
#include "mirror/class-alloc-inl.h"
-namespace art {
+namespace art HIDDEN {
namespace detail {