From 1f697ba85a1052758bf1245df224fa08668d0007 Mon Sep 17 00:00:00 2001 From: zhangxinyu Date: Mon, 26 Jun 2023 11:05:07 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9appverify=E4=BB=93=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangxinyu Change-Id: I72c433158ba3c1371ce3a0c38626241412d17166 --- 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 e8cbd1c..7532bc1 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 = - "//base/security/appverify/interfaces/innerkits/appverify_lite" + "//foundation/bundlemanager/appverify/interfaces/innerkits/appverify_lite" arkui_path = "//foundation/arkui" communication_path = "//foundation/communication" hilog_lite_path = "//base/hiviewdfx/hilog_lite" -- Gitee