summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_Object.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-05-25 11:22:18 -0700
committer Andreas Gampe <agampe@google.com> 2017-06-01 08:24:12 -0700
commit87583b3de6e811e141f8c97c1f796eb516e8a751 (patch)
tree5b4688f306a2fda2f29bf319a8e1ff21309f93a3 /runtime/native/java_lang_Object.cc
parent854461a4cd5e4a38debe3616e12b52fe7f160782 (diff)
ART: Move RegisterNatives helper
Move the helper closer to the users. Test: m test-art-host Change-Id: Id05ce5f60af54d0c5aef0c7d8932706c4602fc94
Diffstat (limited to 'runtime/native/java_lang_Object.cc')
-rw-r--r--runtime/native/java_lang_Object.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/native/java_lang_Object.cc b/runtime/native/java_lang_Object.cc
index c9841d1b23..d52bf0490b 100644
--- a/runtime/native/java_lang_Object.cc
+++ b/runtime/native/java_lang_Object.cc
@@ -20,6 +20,7 @@
#include "jni_internal.h"
#include "mirror/object-inl.h"
+#include "native_util.h"
#include "scoped_fast_native_object_access-inl.h"
namespace art {