From ae9dc24abd5eafe0bda36036aae9ab9112ad80ab Mon Sep 17 00:00:00 2001 From: chenkeyu Date: Mon, 2 Sep 2024 09:36:56 +0800 Subject: [PATCH] fix incorrect deps in bundle.json Issue:https://gitee.com/openharmony/commonlibrary_c_utils/issues/IANZJT?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