LOCAL_PATH := $(call my-dir) ifeq ($(NDK_DEBUG), 1) include jni/debug_android.mk else include jni/release_android.mk endif