From: est31 <MTest31@outlook.com>
Date: Fri, 11 Dec 2015 10:22:05 +0000 (+0100)
Subject: Fix android build
X-Git-Tag: 0.4.14~395
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6133b2bc4518d0b7cf5836fef0d7317f677bf8e0;p=oweals%2Fminetest.git

Fix android build

Fix android build since commit

696148e29889b2923f926b27f76979454676506d "Fix Event implementation"

by @ShadowNinja.

Fixes #3444. Thanks @kwolekr for pointing out the fix.
---

diff --git a/build/android/jni/Android.mk b/build/android/jni/Android.mk
index b8fd9db78..435dfa3b8 100644
--- a/build/android/jni/Android.mk
+++ b/build/android/jni/Android.mk
@@ -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