From 9e17c7498466da98cc74698dcbea193ad468038a Mon Sep 17 00:00:00 2001 From: wanchengzhen Date: Mon, 14 Feb 2022 13:59:39 +0800 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 2189e8c96..c6b2039c0 100755 --- a/bundle.json +++ b/bundle.json @@ -20,6 +20,7 @@ "ram": "5102KB", "deps": { "components": [ + "ability_base", "hiviewdfx_hilog_native", "ipc_core", "ans_standard", -- Gitee