diff --git a/BUILD.gn b/BUILD.gn index f342454af7ab26c1a5513d7e2b6fc5867ad81919..8ad5e79dfd87959f0e0d9082586739a3594c349c 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -21,8 +21,7 @@ declare_args() { } group("utils") { - deps = [ "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:kv_store" ] - + deps = [] if (ohos_kernel_type == "liteos_m") { deps += [ "file:file" ] } @@ -32,11 +31,8 @@ ndk_lib("native_api") { if (ohos_kernel_type != "liteos_m") { lib_extension = ".so" } - deps = [ "//foundation/distributeddatamgr/kv_store/interfaces/inner_api/kv_store:utils_kv_store" ] - head_files = [ - "//commonlibrary/utils_lite/include/kv_store.h", - "//commonlibrary/utils_lite/include/utils_config.h", - ] + deps = [] + head_files = [ "//commonlibrary/utils_lite/include/utils_config.h" ] if (ohos_kernel_type == "liteos_m") { deps += [ "file:native_file" ] head_files += [ "//commonlibrary/utils_lite/include/utils_file.h" ]