From 7f0963461d90bf8eaa04f60ebc1ebd5a4c8a1843 Mon Sep 17 00:00:00 2001 From: zhangxinyu Date: Wed, 24 May 2023 07:51:42 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8C=85=E7=AE=A1=E7=90=86=E5=AD=90=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=86=97=E4=BD=99syscap=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