project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author unc0rr
Sun, 28 Oct 2018 23:24:04 +0100
changeset 14026 3b3d97ed2286
parent 10017 de822cd3df3a
permissions -rw-r--r--
Start land generators implementation

LOCAL_PATH := $(call my-dir)

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