From f63924e44576bc46b788595865232ec28f2c0bd8 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 17 Jan 2024 14:53:20 +0000 Subject: 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 --- runtime/class_loader_utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/class_loader_utils.h') 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 class_loader) -- cgit v1.2.3-59-g8ed1b