mirror of
https://github.com/openharmony/commonlibrary_utils_lite.git
synced 2026-07-19 19:43:47 -04:00
!88 build:appdatamgr仓部件及目录整改utils_native_lite对应引用路径修改
Merge pull request !88 from PaDaBoo/master
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
import("//build/lite/ndk/ndk.gni")
|
||||
|
||||
group("utils") {
|
||||
deps = [ "//foundation/distributeddatamgr/appdatamgr/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/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",
|
||||
|
||||
Reference in New Issue
Block a user