project_files/Android-build/SDL-android-project/jni/Android.mk
branchhedgeroid
changeset 6039 d75329716a02
parent 5304 e29aa9e29f00
child 6043 9bd2d6b1ba52
--- a/project_files/Android-build/SDL-android-project/jni/Android.mk	Sat Oct 08 14:52:16 2011 +0200
+++ b/project_files/Android-build/SDL-android-project/jni/Android.mk	Sat Oct 08 14:55:13 2011 +0200
@@ -1,2 +1,10 @@
+#Set the current path
+JNI_DIR  := $(call my-dir)
+LOCAL_PATH := $(JNI_DIR)
+
 include $(call all-subdir-makefiles)
 
+include $(CLEAR_VARS)
+include $(JNI_DIR)/../../../../misc/Android.mk
+
+