From 55d2f47229e6e9aae5fc7a3ce35b34355ca0e367 Mon Sep 17 00:00:00 2001 From: wanchengzhen Date: Mon, 14 Feb 2022 14:13:19 +0000 Subject: [PATCH] Fix atomic ability bundle.json change Signed-off-by: wanchengzhen --- bundle.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle.json b/bundle.json index dc9b3a90..13fe41a7 100644 --- a/bundle.json +++ b/bundle.json @@ -22,6 +22,7 @@ "ram": "", "deps": { "components": [ + "ability_base", "ability_runtime", "hiviewdfx", "ipc", -- Gitee