mirror of https://github.com/axmolengine/axmol.git
Merge pull request #1994 from dumganhar/iss1724-hellojs
fixed #1724: Renamed libhellojavascript to libcocos2djs.
This commit is contained in:
commit
414343dc44
|
@ -2,9 +2,9 @@ LOCAL_PATH := $(call my-dir)
|
|||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := hello_javascript_shared
|
||||
LOCAL_MODULE := cocos2djs_shared
|
||||
|
||||
LOCAL_MODULE_FILENAME := libhellojavascript
|
||||
LOCAL_MODULE_FILENAME := libcocos2djs
|
||||
|
||||
LOCAL_SRC_FILES := hellojavascript/main.cpp \
|
||||
../../Classes/AppDelegate.cpp
|
||||
|
|
|
@ -34,6 +34,6 @@ public class HelloJavascript extends Cocos2dxActivity{
|
|||
}
|
||||
|
||||
static {
|
||||
System.loadLibrary("hellojavascript");
|
||||
System.loadLibrary("cocos2djs");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue