Skip to content
Snippets Groups Projects
Commit b019221c authored by Loïc Blot's avatar Loïc Blot
Browse files

Android build fix

parent 0a299fd4
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment