From 2a99b0bfba2780c564732aa004e9097c51031643 Mon Sep 17 00:00:00 2001 From: zhoushilin Date: Thu, 17 Feb 2022 11:28:59 +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 7acdac0..3ebad75 100755 --- 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/innerkitsimpl/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