From 40e97da0997094e8ffce79d212381e652a2bd2ca Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Mon, 10 Jan 2022 15:16:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bundle.json=E6=96=87=E4=BB=B6=E5=AE=8C?= =?UTF-8?q?=E5=96=84subsystem=E3=80=81build=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sang_Sang33 --- bundle.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 3307b77..7b48add 100644 --- a/bundle.json +++ b/bundle.json @@ -37,7 +37,7 @@ }, "component": { "name": "js_worker_module", - "subsystem": "", + "subsystem": "ccruntime", "syscap": [], "features": [], "adapted_system_type": [], @@ -48,7 +48,9 @@ "third_party": [] }, "build": { - "sub_component": [], + "sub_component": [ + "//base/compileruntime/js_worker_module/jsapi:jsapi_packages" + ], "inner_kits": [], "test": [] }