project_files/Android-build/SDL-android-project/jni/Android.mk
branchhedgeroid
changeset 6043 9bd2d6b1ba52
parent 6039 d75329716a02
child 7494 e65adfc99f15
equal deleted inserted replaced
6041:04bbe344b8d3 6043:9bd2d6b1ba52
     1 #Set the current path
     1 #Set the current path must be set like this because call all-subdir-makefiles changes LOCAL_PATH
     2 JNI_DIR  := $(call my-dir)
     2 JNI_DIR  := $(call my-dir)
     3 LOCAL_PATH := $(JNI_DIR)
     3 LOCAL_PATH := $(JNI_DIR)
     4 
     4 
     5 include $(call all-subdir-makefiles)
     5 include $(call all-subdir-makefiles)
     6 
     6