From 3e0852eb7a6c655d6a79976cd11d8684087b10ee Mon Sep 17 00:00:00 2001 From: samuele3hu Date: Fri, 5 Dec 2014 15:28:45 +0800 Subject: [PATCH] Remove useless copy about luasocket on the android platform --- .../frameworks/runtime-src/proj.android/build-cfg.json | 7 ------- tests/lua-empty-test/project/proj.android/build-cfg.json | 7 ------- tests/lua-tests/project/proj.android/build-cfg.json | 8 -------- 3 files changed, 22 deletions(-) diff --git a/templates/lua-template-default/frameworks/runtime-src/proj.android/build-cfg.json b/templates/lua-template-default/frameworks/runtime-src/proj.android/build-cfg.json index e63488b974..6fada4f617 100644 --- a/templates/lua-template-default/frameworks/runtime-src/proj.android/build-cfg.json +++ b/templates/lua-template-default/frameworks/runtime-src/proj.android/build-cfg.json @@ -13,13 +13,6 @@ { "from": "../../../res", "to": "res" - }, - { - "from": "../../cocos2d-x/external/lua/luasocket", - "to": "src", - "include": [ - "*.lua" - ] } ] } diff --git a/tests/lua-empty-test/project/proj.android/build-cfg.json b/tests/lua-empty-test/project/proj.android/build-cfg.json index 497120df2f..92b544334b 100644 --- a/tests/lua-empty-test/project/proj.android/build-cfg.json +++ b/tests/lua-empty-test/project/proj.android/build-cfg.json @@ -16,13 +16,6 @@ { "from": "../../../../cocos/scripting/lua-bindings/script/", "to": "src/cocos" - }, - { - "from": "../../../../external/lua/luasocket", - "to": "", - "include": [ - "*.lua" - ] } ] } diff --git a/tests/lua-tests/project/proj.android/build-cfg.json b/tests/lua-tests/project/proj.android/build-cfg.json index 4f18ce29ab..41ae5ae199 100644 --- a/tests/lua-tests/project/proj.android/build-cfg.json +++ b/tests/lua-tests/project/proj.android/build-cfg.json @@ -23,14 +23,6 @@ { "from": "../../../../cocos/scripting/lua-bindings/script/", "to": "src/cocos" - }, - - { - "from": "../../../../external/lua/luasocket", - "to": "", - "include": [ - "*.lua" - ] } ] }