From b4019c27f6fa79b900ad7603ac693996a6cb1ebd Mon Sep 17 00:00:00 2001 From: guyuanzhang Date: Wed, 15 Jun 2022 11:05:41 +0800 Subject: [PATCH] IssueNo: #I5C8Z7 Description: fix aafwk_lite path to ability_lite Sig: SIG_ApplicationFramework Feature or Bugfix: Feature Binary Source: No Signed-off-by: guyuanzhang Change-Id: Ie43c25a49a4d4740799e687c5f34595986e4db62 --- lite/bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/bundle.json b/lite/bundle.json index a679b4ff..4e091140 100644 --- a/lite/bundle.json +++ b/lite/bundle.json @@ -25,7 +25,7 @@ "samgr_lite", "ipc_single", "kv_store", - "aafwk_lite", + "ability_lite", "ace_engine_lite", "surface", "ui" -- Gitee