Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix android build
Fix android build since commit

696148e "Fix Event implementation"

by @ShadowNinja.

Fixes #3444. Thanks @kwolekr for pointing out the fix.
  • Loading branch information
est31 committed Dec 11, 2015
1 parent 8e3602f commit 6133b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/android/jni/Android.mk
Expand Up @@ -349,6 +349,7 @@ LOCAL_SRC_FILES += deps/sqlite/sqlite3.c

# Threading
LOCAL_SRC_FILES += \
jni/src/threading/event.cpp \
jni/src/threading/mutex.cpp \
jni/src/threading/semaphore.cpp \
jni/src/threading/thread.cpp
Expand Down

0 comments on commit 6133b2b

Please sign in to comment.