project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author Wuzzy <Wuzzy2@mail.ru>
Thu, 04 Oct 2018 17:55:08 +0200
changeset 13836 b07610de9957
parent 10017 de822cd3df3a
permissions -rw-r--r--
gameServer: Remove broken and undocumented /part chat command If a player used it, a lot of protocol errors start to happen.

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := libjnidispatch
LOCAL_SRC_FILES := libjnidispatch.so
include $(PREBUILT_SHARED_LIBRARY)