This is an automated email from the ASF dual-hosted git repository.
kyork 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 b0ba7bc [Android] Fix build error (#2710)
b0ba7bc is described below
commit b0ba7bc2e238a31368da819fbb933ef60ed21962
Author: darin <[email protected]>
AuthorDate: Mon Jul 15 19:46:34 2019 +0800
[Android] Fix build error (#2710)
---
weex_core/Source/android/jsengine/task/back_to_weex_core_queue.h | 2 +-
weex_core/Source/android/jsengine/task/timer_queue.h | 2 +-
weex_core/Source/android/jsengine/task/weex_task.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/weex_core/Source/android/jsengine/task/back_to_weex_core_queue.h
b/weex_core/Source/android/jsengine/task/back_to_weex_core_queue.h
index 075f5dc..fb6fc12 100644
--- a/weex_core/Source/android/jsengine/task/back_to_weex_core_queue.h
+++ b/weex_core/Source/android/jsengine/task/back_to_weex_core_queue.h
@@ -29,7 +29,7 @@
#include <third_party/IPC/IPCResult.h>
#include <third_party/IPC/IPCMessageJS.h>
#include <vector>
-#include "base/utils/android/ThreadLocker.h"
+#include "base/android/ThreadLocker.h"
#include "base/closure.h"
class BackToWeexCoreQueue {
diff --git a/weex_core/Source/android/jsengine/task/timer_queue.h
b/weex_core/Source/android/jsengine/task/timer_queue.h
index ee2bcc8..96d2a1e 100644
--- a/weex_core/Source/android/jsengine/task/timer_queue.h
+++ b/weex_core/Source/android/jsengine/task/timer_queue.h
@@ -27,7 +27,7 @@
#include <deque>
#include "android/jsengine/task/timer_task.h"
-#include "base/utils/android/ThreadLocker.h"
+#include "base/android/ThreadLocker.h"
class TimerTask;
class WeexTaskQueue;
diff --git a/weex_core/Source/android/jsengine/task/weex_task.h
b/weex_core/Source/android/jsengine/task/weex_task.h
index de0924b..99e9207 100644
--- a/weex_core/Source/android/jsengine/task/weex_task.h
+++ b/weex_core/Source/android/jsengine/task/weex_task.h
@@ -25,7 +25,7 @@
#include "base/time_calculator.h"
#include "android/jsengine/weex_runtime.h"
-#include "base/utils/android/ThreadLocker.h"
+#include "base/android/ThreadLocker.h"
class WeexTask {