project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author Medo <smaxein@googlemail.com>
Mon, 18 Feb 2013 00:22:16 +0100
changeset 8512 d2bca8e68688
parent 8463 0f39265a1604
child 10017 de822cd3df3a
permissions -rw-r--r--
Update Hedgeroid to current JNA version, remove workaround for a bug they fixed.

LOCAL_PATH := $(call my-dir)

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