This is an automated email from the ASF dual-hosted git repository.
dongyayun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git
The following commit(s) were added to refs/heads/master by this push:
new b333c98 [Core] Fix header file path (#2787)
b333c98 is described below
commit b333c987e2ab5a775562ea7c227a69a6cafdad43
Author: YorkShen <[email protected]>
AuthorDate: Wed Aug 7 12:10:48 2019 +0800
[Core] Fix header file path (#2787)
---
weex_core/Source/base/android/jni/scoped_java_ref.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/weex_core/Source/base/android/jni/scoped_java_ref.h
b/weex_core/Source/base/android/jni/scoped_java_ref.h
index d900cbe..2328e9a 100644
--- a/weex_core/Source/base/android/jni/scoped_java_ref.h
+++ b/weex_core/Source/base/android/jni/scoped_java_ref.h
@@ -21,7 +21,7 @@
#define WeexCore_BASE_ANDROID_SCOPED_JAVA_REF_H_
#include <jni.h>
-#include <log_defines.h>
+#include "base/log_defines.h"
namespace base {
namespace android {