summaryrefslogtreecommitdiff
path: root/runtime/jni/check_jni.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jni/check_jni.h')
-rw-r--r--runtime/jni/check_jni.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/jni/check_jni.h b/runtime/jni/check_jni.h
index 10fdfe859d..854aa20617 100644
--- a/runtime/jni/check_jni.h
+++ b/runtime/jni/check_jni.h
@@ -19,7 +19,9 @@
#include <jni.h>
-namespace art {
+#include "base/macros.h"
+
+namespace art HIDDEN {
const JNINativeInterface* GetCheckJniNativeInterface();
const JNIInvokeInterface* GetCheckJniInvokeInterface();