From cf523f8dff9dfa54d633ec6f0fd3ce4fed982898 Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 16 Sep 2016 17:26:41 +0200 Subject: [PATCH] Build: Exclude Canvas from SDKServer Former-commit-id: dd4a58fbed3f78e8409d6e4b64ce56ff8931196a [formerly 6e5e1187887403a27e6db10a7573f88bb420b66d] [formerly cd92e9bb999655ec61800c9c6dd82841001d55d9 [formerly 16a3cff53b7491731b8d8f4bdf5103b2e384a359]] Former-commit-id: 502c2ad8828b5a84232b622aedefbce9e7fa112d [formerly 081c0d9b4db201c03bf080b78f42539cab0bff06] Former-commit-id: 356d9849d351839c6d749b2d697f6a1c4b4cf123 --- build/scripts/tools/ndk_server.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build/scripts/tools/ndk_server.lua b/build/scripts/tools/ndk_server.lua index f8550878f..d20a90627 100644 --- a/build/scripts/tools/ndk_server.lua +++ b/build/scripts/tools/ndk_server.lua @@ -25,6 +25,7 @@ TOOL.Files = { -- Excludes client-only files TOOL.FilesExcluded = { "../SDK/**/CameraComponent.*", + "../SDK/**/Canvas.*", "../SDK/**/Console.*", "../SDK/**/GraphicsComponent.*", "../SDK/**/LightComponent.*",