Skip to content

Commit

Permalink
Android build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Feb 18, 2015
1 parent 0a299fd commit b019221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/android/jni/Android.mk
Expand Up @@ -113,7 +113,6 @@ LOCAL_SRC_FILES := \
jni/src/clientobject.cpp \
jni/src/clouds.cpp \
jni/src/collision.cpp \
jni/src/connection.cpp \
jni/src/content_abm.cpp \
jni/src/content_cao.cpp \
jni/src/content_cso.cpp \
Expand Down Expand Up @@ -219,6 +218,7 @@ LOCAL_SRC_FILES := \

# Network
LOCAL_SRC_FILES += \
jni/src/network/connection.cpp \
jni/src/network/networkpacket.cpp \
jni/src/network/clientopcodes.cpp \
jni/src/network/serveropcodes.cpp \
Expand Down

0 comments on commit b019221

Please sign in to comment.