From 5c000da2d634bc451442ac084f5ac098548b6848 Mon Sep 17 00:00:00 2001 From: dy_study Date: Sat, 18 Jun 2022 14:31:02 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#I580JW=20Description:=E5=85=83?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E9=83=A8=E4=BB=B6=E4=BE=9D=E8=B5=96=E6=95=B4?= =?UTF-8?q?=E6=94=B9=20Sig:SIG=5FApplicationFramework=20Feature=20or=20Bug?= =?UTF-8?q?fix:=20Feature=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dy_study Change-Id: I019733238cd4066b9bb18954d21763f14e558346 --- bundle.json | 4 +--- interfaces/kits/accesstoken/BUILD.gn | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 6b780f3b8..42215fe0f 100644 --- a/bundle.json +++ b/bundle.json @@ -21,11 +21,9 @@ "deps": { "components": [ "ability_base", - "ability_runtime", "hiviewdfx_hilog_native", "ipc_core", "ipc_single", - "aafwk_standard", "system_ability_fwk", "samgr_proxy", "appexecfwk_standard", @@ -96,4 +94,4 @@ ] } } -} \ No newline at end of file +} diff --git a/interfaces/kits/accesstoken/BUILD.gn b/interfaces/kits/accesstoken/BUILD.gn index 30f0e46d2..71bd9856d 100644 --- a/interfaces/kits/accesstoken/BUILD.gn +++ b/interfaces/kits/accesstoken/BUILD.gn @@ -30,8 +30,6 @@ ohos_shared_library("libabilityaccessctrl") { ] cflags_cc = [ "-DHILOG_ENABLE" ] external_deps = [ - "ability_base:want", - "ability_runtime:wantagent_innerkits", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] -- Gitee