Commit 3f7d927e authored by Administrator's avatar Administrator

udpate

parent a5560672
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
#include "jni.h" #include "jni.h"
#include "../include/nativehelper/JniInvocation.h" #include "../include/nativehelper/JniInvocation.h"
#include "ScopedLocalRef.h" #include "../include/nativehelper/ScopedLocalRef.h"
#include "toStringArray.h" #include "../include/nativehelper/toStringArray.h"
#include "UniquePtr.h" #include "../include/utils/UniquePtr.h"
namespace art { namespace art {
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#include "mirror/throwable.h" #include "mirror/throwable.h"
#include "monitor.h" #include "monitor.h"
#include "oat_file.h" #include "oat_file.h"
#include "ScopedLocalRef.h" #include "../include/nativehelper/ScopedLocalRef.h"
#include "scoped_thread_state_change.h" #include "scoped_thread_state_change.h"
#include "signal_catcher.h" #include "signal_catcher.h"
#include "signal_set.h" #include "signal_set.h"
...@@ -58,11 +58,11 @@ ...@@ -58,11 +58,11 @@
#include "thread.h" #include "thread.h"
#include "thread_list.h" #include "thread_list.h"
#include "trace.h" #include "trace.h"
#include "UniquePtr.h" #include "../include/utils/UniquePtr.h"
#include "verifier/method_verifier.h" #include "verifier/method_verifier.h"
#include "well_known_classes.h" #include "well_known_classes.h"
#include "JniConstants.h" // Last to avoid LOG redefinition in ics-mr1-plus-art. #include "../include/nativehelper/JniConstants.h" // Last to avoid LOG redefinition in ics-mr1-plus-art.
namespace art { namespace art {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment