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/java_lang_Thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/native/java_lang_Thread.cc') diff --git a/runtime/native/java_lang_Thread.cc b/runtime/native/java_lang_Thread.cc index 65e3009c0f..fd67a0a7fa 100644 --- a/runtime/native/java_lang_Thread.cc +++ b/runtime/native/java_lang_Thread.cc @@ -29,7 +29,7 @@ #include "thread_list.h" #include "verify_object.h" -namespace art HIDDEN { +namespace art { static jobject Thread_currentThread(JNIEnv* env, jclass) { ScopedFastNativeObjectAccess soa(env); -- cgit v1.2.3-59-g8ed1b