Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[Android] Fix build error (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin726 authored and YorkShen committed Jul 15, 2019
1 parent 6259ffc commit b0ba7bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion weex_core/Source/android/jsengine/task/timer_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion weex_core/Source/android/jsengine/task/weex_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit b0ba7bc

Please sign in to comment.