project_files/Android-build/SDL-android-project/jni/Android.mk
author Wuzzy <almikes@aol.com>
Sun, 01 May 2016 01:18:58 +0200
changeset 11924 e0476802c8b5
parent 7494 e65adfc99f15
permissions -rw-r--r--
When doing something, set ready time to 0 instead of 1

#Set the current path must be set like this because call all-subdir-makefiles changes LOCAL_PATH
JNI_DIR  := $(call my-dir)
LOCAL_PATH := $(JNI_DIR)

include $(call all-subdir-makefiles)

include $(CLEAR_VARS)
include $(JNI_DIR)/../../../../misc/Android.mk
include $(JNI_DIR)/../../../frontlib/Android.mk