From f9ce7f9d60ca547148f9088c1525b6b98835d193 Mon Sep 17 00:00:00 2001 From: chenkeyu Date: Mon, 9 Sep 2024 14:36:04 +0800 Subject: [PATCH] fix wrong deps Issue: https://gitee.com/openharmony/commonlibrary_c_utils/issues/IAPWVK?from=project-issue Signed-off-by: chenkeyu --- bundle.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 1d43dbd..5f62d85 100644 --- a/bundle.json +++ b/bundle.json @@ -27,9 +27,7 @@ ], "deps": { "components": [ - "hilog", - "googletest", - "benchmark" + "hilog" ], "third_party": [ "bounds_checking_function" -- Gitee