From cb5d0c9ab7fdd514173d71066e3e0ae106d01cfc Mon Sep 17 00:00:00 2001 From: Daniel Chapin Date: Tue, 9 Jan 2024 22:22:28 +0000 Subject: Revert "Add visibility attributes in runtime/entrypoints and runtime/native" This reverts commit 3d10d9399776f36955bdcd7d75a5e0fe8648d020. Reason for revert: b/319255249 Change-Id: I46c96f5ae78606a7c7c6e2df7368ca1b3362d501 --- runtime/native/string_array_utils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/native/string_array_utils.h') diff --git a/runtime/native/string_array_utils.h b/runtime/native/string_array_utils.h index f1fbe540f5..41d50933f9 100644 --- a/runtime/native/string_array_utils.h +++ b/runtime/native/string_array_utils.h @@ -17,14 +17,13 @@ #ifndef ART_RUNTIME_NATIVE_STRING_ARRAY_UTILS_H_ #define ART_RUNTIME_NATIVE_STRING_ARRAY_UTILS_H_ -#include "base/macros.h" #include "base/locks.h" #include "class_root-inl.h" #include "handle_scope-inl.h" #include "mirror/object_array-alloc-inl.h" #include "mirror/string.h" -namespace art HIDDEN { +namespace art { namespace detail { -- cgit v1.2.3-59-g8ed1b