Skip to content

Commit

Permalink
Fix android build
Browse files Browse the repository at this point in the history
Thanks to @Wayward1 for reporting the bug.

Fixes #4212.
  • Loading branch information
est31 committed Jun 11, 2016
1 parent dac40af commit 817fea6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/android/jni/Android.mk
Expand Up @@ -224,6 +224,7 @@ LOCAL_SRC_FILES := \
jni/src/util/auth.cpp \
jni/src/util/base64.cpp \
jni/src/util/directiontables.cpp \
jni/src/util/enriched_string.cpp \
jni/src/util/numeric.cpp \
jni/src/util/pointedthing.cpp \
jni/src/util/serialize.cpp \
Expand Down Expand Up @@ -256,7 +257,9 @@ LOCAL_SRC_FILES := \
jni/src/settings.cpp \
jni/src/wieldmesh.cpp \
jni/src/client/clientlauncher.cpp \
jni/src/client/tile.cpp
jni/src/client/tile.cpp \
jni/src/client/joystick_controller.cpp \
jni/src/irrlicht_changes/static_text.cpp

# intentionally kept out (we already build openssl itself): jni/src/util/sha256.c

Expand Down

0 comments on commit 817fea6

Please sign in to comment.