project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author koda
Sun, 10 Mar 2013 01:27:48 +0100
changeset 8709 191bd86f97a1
parent 8463 0f39265a1604
child 10017 de822cd3df3a
permissions -rw-r--r--
fix loading files on osx too, the cause was different than other systems

LOCAL_PATH := $(call my-dir)

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