summaryrefslogtreecommitdiff
path: root/runtime/class_loader_utils.h
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 14:53:20 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-24 22:27:01 +0000
commitf63924e44576bc46b788595865232ec28f2c0bd8 (patch)
treed646dee1367db7af7362b90e4d047c9305facdfa /runtime/class_loader_utils.h
parent1ba3516e8c3e2b86c73084893dd297f468469181 (diff)
Add visibility attributes in runtime/c*
Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Id729aca1d8b6d003ff3e9755112f3283e9f2b507
Diffstat (limited to 'runtime/class_loader_utils.h')
-rw-r--r--runtime/class_loader_utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/class_loader_utils.h b/runtime/class_loader_utils.h
index 6868b3f38a..54662bf3c0 100644
--- a/runtime/class_loader_utils.h
+++ b/runtime/class_loader_utils.h
@@ -19,6 +19,7 @@
#include "art_field-inl.h"
#include "base/locks.h"
+#include "base/macros.h"
#include "handle_scope.h"
#include "jni/jni_internal.h"
#include "mirror/class_loader.h"
@@ -28,7 +29,7 @@
#include "scoped_thread_state_change-inl.h"
#include "well_known_classes-inl.h"
-namespace art {
+namespace art HIDDEN {
// Returns true if the given class loader derives from BaseDexClassLoader.
inline bool IsInstanceOfBaseDexClassLoader(Handle<mirror::ClassLoader> class_loader)