Skip to content

Commit 379fcda

Browse files
author
minggo
committed
Merge pull request cocos2d#92 from lihex/master
add build-cfg.json for build android
2 parents 427a990 + 4dc37b6 commit 379fcda

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"ndk_module_path" :[
3+
"../../js-bindings/cocos2d-x",
4+
"../../js-bindings/cocos2d-x/cocos/",
5+
"../../js-bindings/cocos2d-x/external",
6+
"../../js-bindings/external"
7+
],
8+
"copy_to_assets" :[
9+
"../../../src",
10+
"../../../res",
11+
"../../js-bindings/bindings/script"
12+
]
13+
}

0 commit comments

Comments
 (0)