From dd5ac3798174f73f22b2cda24471f7cea5efc81c Mon Sep 17 00:00:00 2001 From: shiqichang Date: Sat, 28 May 2022 15:57:12 +0800 Subject: [PATCH] =?UTF-8?q?aafwk=E7=9B=AE=E5=BD=95=E5=88=87=E6=8D=A2abilit?= =?UTF-8?q?y=5Fability=5Fruntime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shiqichang Change-Id: I850a82f825cfe88becbb46b8543a9089305373ce --- appspawn.gni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appspawn.gni b/appspawn.gni index adae277f..c8d6837a 100644 --- a/appspawn.gni +++ b/appspawn.gni @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -aafwk_kits_path = "//foundation/aafwk/standard/frameworks/kits" +aafwk_kits_path = "//foundation/ability/ability_runtime/frameworks/kits" appspawn_path = "//base/startup/appspawn_standard" -aafwk_path = "//foundation/aafwk/standard" +aafwk_path = "//foundation/ability/ability_runtime" subsystem_name = "startup" part_name = "appspawn" module_output_path = "${part_name}/appspawn_l2" -- Gitee