From 4d2773637d566a8fa7ecd4229abb2713adb394ac Mon Sep 17 00:00:00 2001 From: gitee Date: Fri, 16 Jun 2023 00:38:48 -0700 Subject: [PATCH] change component name and subsystem issue:https://gitee.com/openharmony/third_party_jerryscript/issues/I7E27Q?from=project-issue Signed-off-by: gitee --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index be1d40e3..80dff9f9 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "scripts": {}, "component": { "name": "thirdparty_jerryscript", - "subsystem": "", + "subsystem": "thirdparty", "syscap": [], "features": [ "thirdparty_jerryscript_enable_external_context", -- Gitee