diff options
Diffstat (limited to 'runtime/native/java_lang_Thread.cc')
-rw-r--r-- | runtime/native/java_lang_Thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/native/java_lang_Thread.cc b/runtime/native/java_lang_Thread.cc index fd67a0a7fa..65e3009c0f 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 { +namespace art HIDDEN { static jobject Thread_currentThread(JNIEnv* env, jclass) { ScopedFastNativeObjectAccess soa(env); |