From ded8af81c99e5776fa7fa3c5983a3bf0389e947f Mon Sep 17 00:00:00 2001 From: wanchengzhen Date: Mon, 14 Feb 2022 14:36:28 +0800 Subject: [PATCH] Fix atomic ability bundle.json change Signed-off-by: wanchengzhen --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index addffd92..5a941f36 100644 --- a/bundle.json +++ b/bundle.json @@ -21,8 +21,9 @@ "ram": "", "deps": { "components": [ + "ability_base", "hiviewdfx_hilog_native", - "ipc", + "ipc", "safwk", "samgr_standard", "utils_base" -- Gitee