From 3b442e7c5b80c85193f1ef8564f9fdd4ba3987ee Mon Sep 17 00:00:00 2001 From: wanchengzhen Date: Mon, 14 Feb 2022 14:23:40 +0000 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 871c6389..404b2c76 100644 --- a/bundle.json +++ b/bundle.json @@ -19,6 +19,7 @@ "ram": "8000KB", "deps": { "components": [ + "ability_base", "libhilog", "ipc_core", "system_ability_fwk", @@ -28,7 +29,7 @@ "bytrace_core", "surface", "ability_context_native", - "ability_manager", + "ability_runtime", "want", "ace_uicontent", "appexecfwk_base",