From 25139749a9cf96d0fb96cbc09a326e44d9eb1c11 Mon Sep 17 00:00:00 2001 From: ylq121 Date: Thu, 25 Aug 2022 15:47:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E5=9F=BA=E7=A1=80=E5=BA=93?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=96=E9=83=A8=E8=B7=AF=E5=BE=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=962?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ylq121 --- test/fuzztest/kvstore_fuzzer/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fuzztest/kvstore_fuzzer/BUILD.gn b/test/fuzztest/kvstore_fuzzer/BUILD.gn index 22f5d417..8cca2e40 100644 --- a/test/fuzztest/kvstore_fuzzer/BUILD.gn +++ b/test/fuzztest/kvstore_fuzzer/BUILD.gn @@ -24,7 +24,7 @@ ohos_fuzztest("KvStoreFuzzTest") { "//foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include", "//foundation/distributeddatamgr/kv_store/frameworks/common", "//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", @@ -62,10 +62,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",