Merge pull request #6605 from Dhilan007/v3_labelhotfixed

fixed compilation fail on Android.
This commit is contained in:
James Chen 2014-05-07 18:23:20 +08:00
commit a0572e94f8
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ LOCAL_WHOLE_STATIC_LIBRARIES := cocos2dx_static cocosdenshion_static
include $(BUILD_SHARED_LIBRARY)
$(call import-module)
$(call import-module,.)
$(call import-module,audio/android)