Move libjnidispatch to jni/ and copy it to libs/ on build
authorMedo <smaxein@googlemail.com>
Thu, 31 Jan 2013 02:14:04 +0100
changeset 8463 0f39265a1604
parent 8461 69bd802c28f0
child 8465 9114b50fed82
Move libjnidispatch to jni/ and copy it to libs/ on build This should fix the build issue where this file is missing after a clean.
project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk
project_files/Android-build/SDL-android-project/jni/jnidispatch/README
project_files/Android-build/SDL-android-project/jni/jnidispatch/libjnidispatch.so
project_files/Android-build/SDL-android-project/libs/armeabi/libjnidispatch.so
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk	Thu Jan 31 02:14:04 2013 +0100
@@ -0,0 +1,6 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_MODULE := libjnidispatch
+LOCAL_SRC_FILES := libjnidispatch.so
+include $(PREBUILT_SHARED_LIBRARY)
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/Android-build/SDL-android-project/jni/jnidispatch/README	Thu Jan 31 02:14:04 2013 +0100
@@ -0,0 +1,1 @@
+This library is part of JNA and just needs to be copied into the libs/armeabi folder. However, putting it there directly will get it cleaned away on build.
\ No newline at end of file
Binary file project_files/Android-build/SDL-android-project/jni/jnidispatch/libjnidispatch.so has changed
Binary file project_files/Android-build/SDL-android-project/libs/armeabi/libjnidispatch.so has changed