From f34f5a8cf18012d636e98e62aedbbf1831825556 Mon Sep 17 00:00:00 2001 From: zhoushilin Date: Mon, 9 May 2022 10:44:44 +0800 Subject: [PATCH] update kv_store path Signed-off-by: zhoushilin --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 7ab1d17..3907efa 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -52,9 +52,9 @@ executable("appspawn") { "${aafwk_lite_path}/frameworks/ability_lite:aafwk_abilitykit_lite", "//build/lite/config/component/cJSON:cjson_shared", "//foundation/communication/ipc_lite:liteipc_adapter", + "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store", "//foundation/distributedschedule/samgr_lite/samgr:samgr", "//third_party/bounds_checking_function:libsec_shared", - "//utils/native/lite/kv_store:kv_store", ] if (enable_ohos_appexecfwk_feature_ability == true) { -- Gitee