summaryrefslogtreecommitdiff
path: root/runtime/native_bridge_art_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/native_bridge_art_interface.h')
-rw-r--r--runtime/native_bridge_art_interface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/native_bridge_art_interface.h b/runtime/native_bridge_art_interface.h
index 873cd1fdef..5aeaebf2ca 100644
--- a/runtime/native_bridge_art_interface.h
+++ b/runtime/native_bridge_art_interface.h
@@ -21,7 +21,9 @@
#include <stdint.h>
#include <string>
-namespace art {
+#include "base/macros.h"
+
+namespace art HIDDEN {
// Mirror libnativebridge interface. Done to have the ART callbacks out of line, and not require
// the system/core header file in other files.