project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
author nemo
Wed, 10 Dec 2014 08:05:45 -0500
changeset 10646 0be6442946b1
parent 10017 de822cd3df3a
permissions -rw-r--r--
put back the old uteams cleanup, leaks and all, to worry about post-release since my attempt to use DeleteGear was running into the fact that that procedure does way more than just delete a gear. might need an explicit cleanup routine for both to call.

LOCAL_PATH := $(call my-dir)

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