提交 e06f7476 编写于 作者: Z zhoushilin

update kv_store path

Signed-off-by: Nzhoushilin <zhoushilin1@huawei.com>
上级 e4c76b5d
......@@ -27,8 +27,8 @@ hcpptest_suite("ActsAbilityMgrTest") {
"${appexecfwk_lite_path}/frameworks/bundle_lite:bundle",
"//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_shared",
"//foundation/communication/ipc_lite:liteipc_adapter",
"//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store",
"//foundation/distributedschedule/samgr_lite/samgr:samgr",
"//utils/native/lite/kv_store:kv_store",
]
if (enable_ohos_appexecfwk_feature_ability == true) {
deps += [
......
......@@ -19,11 +19,11 @@ hcpptest_suite("ActsKvStoreTest") {
include_dirs = [
"src",
"//utils/native/lite/include",
"//utils/native/lite/kv_store/innerkits",
"//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store/innerkits",
"//third_party/bounds_checking_function/include",
"//utils/native/lite/include",
]
deps = [ "//utils/native/lite/kv_store:kv_store" ]
deps = [ "//foundation/distributeddatamgr/appdatamgr/frameworks/native/kv_store:kv_store" ]
cflags = [ "-Wno-error" ]
ldflags = [
"-lstdc++",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册