diff options
author | 2024-01-09 22:22:28 +0000 | |
---|---|---|
committer | 2024-01-10 01:10:32 +0000 | |
commit | cb5d0c9ab7fdd514173d71066e3e0ae106d01cfc (patch) | |
tree | a403795c6cb44bedf63728053c26b3e64fa7535f /runtime/native/java_lang_Object.cc | |
parent | 7f490cb686153eed5dc310ea4a40b44e37c62171 (diff) |
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
This reverts commit 3d10d9399776f36955bdcd7d75a5e0fe8648d020.
Reason for revert: b/319255249
Change-Id: I46c96f5ae78606a7c7c6e2df7368ca1b3362d501
Diffstat (limited to 'runtime/native/java_lang_Object.cc')
-rw-r--r-- | runtime/native/java_lang_Object.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native/java_lang_Object.cc b/runtime/native/java_lang_Object.cc index 5649b2cc5b..8fc10d1114 100644 --- a/runtime/native/java_lang_Object.cc +++ b/runtime/native/java_lang_Object.cc @@ -24,7 +24,7 @@ #include "native_util.h" #include "scoped_fast_native_object_access-inl.h" -namespace art HIDDEN { +namespace art { static jobject Object_internalClone(JNIEnv* env, jobject java_this) { ScopedFastNativeObjectAccess soa(env); |