project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author sheepluva
Sun, 01 Mar 2015 16:32:14 +0100
changeset 10839 aa0ceb47da1d
parent 10017 de822cd3df3a
permissions -rw-r--r--
make sure cursor drawing position does not get messed up by screen resize

LOCAL_PATH := $(call my-dir)

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