From bf4f8accc892fa72356b70b4315ea376e057d4b4 Mon Sep 17 00:00:00 2001 From: Gymee Date: Thu, 18 Aug 2022 22:38:32 +0800 Subject: [PATCH] modify bundle.json Signed-off-by: Gymee --- bundle.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 8c7d1d46..37658a35 100644 --- a/bundle.json +++ b/bundle.json @@ -12,7 +12,7 @@ }, "component": { "name": "arkcompiler_toolchain", - "subsystem": "arkcompiler", + "subsystem": "ark", "syscap": [], "features": [], "adapted_system_type": [ @@ -25,11 +25,9 @@ "third_party": [] }, "build": { - "sub_component": [ - "//arkcompiler/toolchain/inspector:ark_debugger" - ], + "sub_component": [], "inner_kits": [], "test": [] } } -} \ No newline at end of file +} -- Gitee