diff options
Diffstat (limited to 'libnativehelper')
| -rw-r--r-- | libnativehelper/JNIHelp.cpp | 2 | ||||
| -rw-r--r-- | libnativehelper/include/nativehelper/JNIHelp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libnativehelper/JNIHelp.cpp b/libnativehelper/JNIHelp.cpp index 79a4042f5..e1ad6fc92 100644 --- a/libnativehelper/JNIHelp.cpp +++ b/libnativehelper/JNIHelp.cpp @@ -17,7 +17,7 @@ #define LOG_TAG "JNIHelp" #include "JNIHelp.h" -#include "utils/Log.h" +#include "cutils/log.h" #include <stdlib.h> #include <string.h> diff --git a/libnativehelper/include/nativehelper/JNIHelp.h b/libnativehelper/include/nativehelper/JNIHelp.h index ff9cf862d..c45445c6a 100644 --- a/libnativehelper/include/nativehelper/JNIHelp.h +++ b/libnativehelper/include/nativehelper/JNIHelp.h @@ -24,7 +24,7 @@ #define _NATIVEHELPER_JNIHELP_H #include "jni.h" -#include "utils/Log.h" +#include "cutils/log.h" #include <unistd.h> #ifndef NELEM |
