axmol/HelloWorld.android/jni/Android.mk

10 lines
178 B
Makefile
Raw Normal View History

2010-11-04 17:51:28 +08:00
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
cocos2dx \
helloworld \
))
include $(subdirs)