axmol/HelloWorld.android/jni/Android.mk

10 lines
178 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
cocos2dx \
helloworld \
))
include $(subdirs)