diff options
author | 2018-05-04 10:06:38 +0100 | |
---|---|---|
committer | 2018-05-09 11:11:09 +0100 | |
commit | a3ad0cdd711857f04f477e2cdc5b56a2c74a3018 (patch) | |
tree | 7e0e4c7888c2497d86ce96c9574d7c9886721ccf /openjdkjvmti/ti_stack.cc | |
parent | abd9e1515bc6be88372c61071971c5432a51553d (diff) |
ART: Move JNI files to runtime/jni/ .
Test: Rely on TreeHugger.
Change-Id: I9cae11191ef1567ae9453be498882a7767285140
Diffstat (limited to 'openjdkjvmti/ti_stack.cc')
-rw-r--r-- | openjdkjvmti/ti_stack.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openjdkjvmti/ti_stack.cc b/openjdkjvmti/ti_stack.cc index 4526be4cbe..eee8108b01 100644 --- a/openjdkjvmti/ti_stack.cc +++ b/openjdkjvmti/ti_stack.cc @@ -50,8 +50,8 @@ #include "dex/dex_file_types.h" #include "gc_root.h" #include "handle_scope-inl.h" -#include "jni_env_ext.h" -#include "jni_internal.h" +#include "jni/jni_env_ext.h" +#include "jni/jni_internal.h" #include "mirror/class.h" #include "mirror/dex_cache.h" #include "nativehelper/scoped_local_ref.h" |