2014-07-09 18:05:02 +08:00
|
|
|
{
|
|
|
|
"ndk_module_path" :[
|
|
|
|
"../../../..",
|
|
|
|
"../../../../cocos",
|
|
|
|
"../../../../external"
|
|
|
|
],
|
|
|
|
"copy_resources": [
|
|
|
|
{
|
|
|
|
"from": "../../src",
|
|
|
|
"to": "src"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "../../res",
|
|
|
|
"to": "res"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "../../../../cocos/scripting/lua-bindings/script",
|
|
|
|
"to": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "../../../../external/lua/luasocket",
|
|
|
|
"to": "",
|
|
|
|
"include": [
|
|
|
|
"*.lua"
|
|
|
|
]
|
2014-07-11 11:52:05 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "../../../game-controller-test/Resources",
|
|
|
|
"to": "res",
|
|
|
|
"exclude": [
|
|
|
|
"*.gz"
|
|
|
|
]
|
2014-07-09 18:05:02 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|