提交 55558cfd 编写于 作者: P PaDaBoo

appdatamgr仓部件及目录整改

Signed-off-by: NPaDaBoo <xuejianwu@huawei.com>
上级 ae23ae01
......@@ -14,7 +14,7 @@
import("//build/lite/ndk/ndk.gni")
group("utils") {
deps = [ "//foundation/distributeddatamgr/appdatamgr/kv_store/frameworks/native/kv_store:kv_store" ]
deps = [ "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:kv_store" ]
if (ohos_kernel_type == "liteos_m") {
deps += [ "file:file" ]
......@@ -25,7 +25,7 @@ ndk_lib("native_api") {
if (ohos_kernel_type != "liteos_m") {
lib_extension = ".so"
}
deps = [ "//foundation/distributeddatamgr/appdatamgr/kv_store/frameworks/native/kv_store/src:utils_kv_store" ]
deps = [ "//foundation/distributeddatamgr/appdatamgr/kv_store/interfaces/inner_api/kv_store:utils_kv_store" ]
head_files = [
"//utils/native/lite/include/kv_store.h",
"//utils/native/lite/include/utils_config.h",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册