From 558bd0c1363c3e16d71df61124a3dab17233ff28 Mon Sep 17 00:00:00 2001 From: PaDoBoo Date: Mon, 18 Apr 2022 09:47:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E7=9B=AE=E5=BD=95=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: PaDoBoo --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 7acdac0..af27ea0 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -54,7 +54,7 @@ executable("appspawn") { "//foundation/communication/ipc_lite:liteipc_adapter", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", - "//utils/native/lite/kv_store:kv_store", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", ] if (enable_ohos_appexecfwk_feature_ability == true) { -- Gitee