Skip to content

Commit 6133b2b

Browse files
committedDec 11, 2015
Fix android build
Fix android build since commit 696148e "Fix Event implementation" by @ShadowNinja. Fixes #3444. Thanks @kwolekr for pointing out the fix.
1 parent 8e3602f commit 6133b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎build/android/jni/Android.mk

+1
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ LOCAL_SRC_FILES += deps/sqlite/sqlite3.c
349349

350350
# Threading
351351
LOCAL_SRC_FILES += \
352+
jni/src/threading/event.cpp \
352353
jni/src/threading/mutex.cpp \
353354
jni/src/threading/semaphore.cpp \
354355
jni/src/threading/thread.cpp

0 commit comments

Comments
 (0)
Please sign in to comment.