From df95c8155b2de94115edbb919255c3075ac6cac8 Mon Sep 17 00:00:00 2001 From: zhangxinyu Date: Mon, 3 Jul 2023 14:29:26 +0000 Subject: [PATCH] =?UTF-8?q?appverify=E4=BB=93=E8=B7=AF=E5=BE=84=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E4=BB=A3=E7=A0=81=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangxinyu Change-Id: I5e07aa2bdaf93edc7baed66abb6ae64779549864 --- bundle_framework_lite.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle_framework_lite.gni b/bundle_framework_lite.gni index 7532bc1..e8cbd1c 100644 --- a/bundle_framework_lite.gni +++ b/bundle_framework_lite.gni @@ -13,7 +13,7 @@ ace_engine_lite_path = "//foundation/arkui/ace_engine_lite" appverify_lite_path = - "//foundation/bundlemanager/appverify/interfaces/innerkits/appverify_lite" + "//base/security/appverify/interfaces/innerkits/appverify_lite" arkui_path = "//foundation/arkui" communication_path = "//foundation/communication" hilog_lite_path = "//base/hiviewdfx/hilog_lite" -- Gitee