# HG changeset patch # User Medo # Date 1359594844 -3600 # Node ID 0f39265a1604378fcec15e2834481f8ed82b1912 # Parent 69bd802c28f0b64d065ff95e1e3e75e2b1a8f205 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. diff -r 69bd802c28f0 -r 0f39265a1604 project_files/Android-build/SDL-android-project/jni/jnidispatch/Android.mk --- /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 diff -r 69bd802c28f0 -r 0f39265a1604 project_files/Android-build/SDL-android-project/jni/jnidispatch/README --- /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 diff -r 69bd802c28f0 -r 0f39265a1604 project_files/Android-build/SDL-android-project/jni/jnidispatch/libjnidispatch.so Binary file project_files/Android-build/SDL-android-project/jni/jnidispatch/libjnidispatch.so has changed diff -r 69bd802c28f0 -r 0f39265a1604 project_files/Android-build/SDL-android-project/libs/armeabi/libjnidispatch.so Binary file project_files/Android-build/SDL-android-project/libs/armeabi/libjnidispatch.so has changed