From 92a0acec77c067830e0474780304ff082d2a1109 Mon Sep 17 00:00:00 2001 From: zhangxinyu Date: Wed, 24 May 2023 07:51:42 +0000 Subject: [PATCH] =?UTF-8?q?fixed=207f09634=20from=20https://gitee.com/kael?= =?UTF-8?q?-zhang/bundlemanager=5Fbundle=5Ftool/pulls/23=20=E5=8C=85?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=AD=90=E7=B3=BB=E7=BB=9F=E5=86=97=E4=BD=99?= =?UTF-8?q?syscap=20=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangxinyu Change-Id: I1caa800c9b2eb78295f90b71750d50f570c2b1f1 --- bundle.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 58cc306..eadbea4 100644 --- a/bundle.json +++ b/bundle.json @@ -9,9 +9,7 @@ "component": { "name": "bundle_tool", "subsystem": "bundlemanager", - "syscap": [ - "SystemCapability.BundleManager.BundleTool" - ], + "syscap": [], "features": [], "adapted_system_type": [ "standard" -- Gitee