Skip to content

Commit b019221

Browse files
committedFeb 18, 2015
Android build fix
1 parent 0a299fd commit b019221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ LOCAL_SRC_FILES := \
113113
jni/src/clientobject.cpp \
114114
jni/src/clouds.cpp \
115115
jni/src/collision.cpp \
116-
jni/src/connection.cpp \
117116
jni/src/content_abm.cpp \
118117
jni/src/content_cao.cpp \
119118
jni/src/content_cso.cpp \
@@ -219,6 +218,7 @@ LOCAL_SRC_FILES := \
219218

220219
# Network
221220
LOCAL_SRC_FILES += \
221+
jni/src/network/connection.cpp \
222222
jni/src/network/networkpacket.cpp \
223223
jni/src/network/clientopcodes.cpp \
224224
jni/src/network/serveropcodes.cpp \

0 commit comments

Comments
 (0)
Please sign in to comment.