diff --git a/test/fuzztest/kvstore_fuzzer/BUILD.gn b/test/fuzztest/kvstore_fuzzer/BUILD.gn index 2fb7335d..12648d8d 100644 --- a/test/fuzztest/kvstore_fuzzer/BUILD.gn +++ b/test/fuzztest/kvstore_fuzzer/BUILD.gn @@ -25,7 +25,7 @@ ohos_fuzztest("KvStoreFuzzTest") { "//foundation/distributeddatamgr/kv_store/frameworks/common", "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include", "//developtools/profiler/device/base/include", - "//utils/native/base/include", + "//commonlibrary/c_utils/base/include", "//third_party/sqlite/include", "//third_party/jsoncpp/include/json", "//third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json", @@ -63,10 +63,10 @@ ohos_fuzztest("KvStoreFuzzTest") { deps = [ "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter:distributeddata_adapter", "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata:distributeddata_inner", - "//utils/native/base:utils", ] external_deps = [ + "c_utils:utils", "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", "samgr:samgr_proxy",