commit | a3ad0cdd711857f04f477e2cdc5b56a2c74a3018 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Fri May 04 10:06:38 2018 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Wed May 09 11:11:09 2018 +0100 |
tree | 7e0e4c7888c2497d86ce96c9574d7c9886721ccf | |
parent | abd9e1515bc6be88372c61071971c5432a51553d [diff] [blame] |
ART: Move JNI files to runtime/jni/ . Test: Rely on TreeHugger. Change-Id: I9cae11191ef1567ae9453be498882a7767285140
diff --git a/test/common/stack_inspect.cc b/test/common/stack_inspect.cc index fd62737..192274e 100644 --- a/test/common/stack_inspect.cc +++ b/test/common/stack_inspect.cc
@@ -20,7 +20,7 @@ #include "base/mutex.h" #include "dex/dex_file-inl.h" -#include "jni_internal.h" +#include "jni/jni_internal.h" #include "mirror/class-inl.h" #include "nth_caller_visitor.h" #include "oat_file.h"