summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/entrypoint_utils.cc
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-05-04 10:06:38 +0100
committer Vladimir Marko <vmarko@google.com> 2018-05-09 11:11:09 +0100
commita3ad0cdd711857f04f477e2cdc5b56a2c74a3018 (patch)
tree7e0e4c7888c2497d86ce96c9574d7c9886721ccf /runtime/entrypoints/entrypoint_utils.cc
parentabd9e1515bc6be88372c61071971c5432a51553d (diff)
ART: Move JNI files to runtime/jni/ .
Test: Rely on TreeHugger. Change-Id: I9cae11191ef1567ae9453be498882a7767285140
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils.cc')
-rw-r--r--runtime/entrypoints/entrypoint_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/entrypoint_utils.cc b/runtime/entrypoints/entrypoint_utils.cc
index ffa138d5b1..246c703e93 100644
--- a/runtime/entrypoints/entrypoint_utils.cc
+++ b/runtime/entrypoints/entrypoint_utils.cc
@@ -26,7 +26,7 @@
#include "entrypoints/quick/callee_save_frame.h"
#include "entrypoints/runtime_asm_entrypoints.h"
#include "gc/accounting/card_table-inl.h"
-#include "java_vm_ext.h"
+#include "jni/java_vm_ext.h"
#include "mirror/class-inl.h"
#include "mirror/method.h"
#include "mirror/object-inl.h"