Fixing Javascript bindings Android makefile to include extensions

This commit is contained in:
Rohan Kuruvilla 2012-10-26 17:14:36 -07:00 committed by James Chen
parent 6773dc4154
commit 8f026d0b21
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) \
LOCAL_WHOLE_STATIC_LIBRARIES := spidermonkey_static
LOCAL_WHOLE_STATIC_LIBRARIES += cocos2dx_static
LOCAL_WHOLE_STATIC_LIBRARIES += cocos_extension_static
LOCAL_WHOLE_STATIC_LIBRARIES += chipmunk_static
LOCAL_LDLIBS := -landroid
@ -36,4 +37,5 @@ include $(BUILD_STATIC_LIBRARY)
$(call import-module,scripting/javascript/spidermonkey-android)
$(call import-module,cocos2dx)
$(call import-module,extensions)
$(call import-module,external/chipmunk)