From a3ad0cdd711857f04f477e2cdc5b56a2c74a3018 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Fri, 4 May 2018 10:06:38 +0100 Subject: ART: Move JNI files to runtime/jni/ . Test: Rely on TreeHugger. Change-Id: I9cae11191ef1567ae9453be498882a7767285140 --- compiler/driver/compiler_driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver.cc') diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index fbbb4e960f..39ed825001 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -57,7 +57,7 @@ #include "gc/space/space.h" #include "handle_scope-inl.h" #include "intrinsics_enum.h" -#include "jni_internal.h" +#include "jni/jni_internal.h" #include "linker/linker_patch.h" #include "mirror/class-inl.h" #include "mirror/class_loader.h" -- cgit v1.2.3-59-g8ed1b