From b7cc8d89eebaedb6cdff7740574ff3505e515f20 Mon Sep 17 00:00:00 2001 From: junyi233 Date: Wed, 21 Jun 2023 02:10:08 +0000 Subject: [PATCH] =?UTF-8?q?bundle.json=20=E5=8E=BB=E9=99=A4=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E9=83=A8=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: junyi233 --- bundle.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 461dd6a..7fc1852 100644 --- a/bundle.json +++ b/bundle.json @@ -11,7 +11,7 @@ "scripts": {}, "component": { "name": "appverify", - "subsystem": "security", + "subsystem": "bundlemanager", "syscap": [], "features": [], "adapted_system_type": [ @@ -26,8 +26,7 @@ "hiviewdfx_hilog_native", "init", "c_utils", - "os_account", - "shared_library" + "os_account" ], "third_party": [ "json", -- Gitee