From 315f0d3018442a07bb4a17797c8a31632611f22c Mon Sep 17 00:00:00 2001 From: lijiawei Date: Wed, 29 Jun 2022 18:51:03 +0800 Subject: [PATCH] correct name of depends in bundle.json Signed-off-by: lijiawei --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index e3ca11e..e397662 100644 --- a/bundle.json +++ b/bundle.json @@ -13,8 +13,8 @@ "adapted_system_type": [ "standard" ], "deps": { "components": [ - "libhilog", - "utils_base" + "utils_base", + "hiviewdfx_hilog_native" ], "third_party": [] }, -- Gitee