From 6242a8e262defdc6f9b928ce1893cbd32f5d90f0 Mon Sep 17 00:00:00 2001 From: huang-xl Date: Thu, 29 Jun 2023 16:50:57 +0800 Subject: [PATCH] bundle Signed-off-by: huang-xl Signed-off-by: huang-xl Change-Id: Ie45a81f1d6c9dd0c06169f8864574484a7f74f8e --- BUILD.gn | 6 +++--- bundle.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index e34d300..f738a47 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -377,9 +377,9 @@ ohos_shared_library("g_mem_dfx") { external_deps = [ "c_utils:utils", "faultloggerd:libdfx_dumpcatcher", - "hisysevent_native:libhisysevent", - "hitrace_native:hitrace_meter", - "hiviewdfx_hilog_native:libhilog", + "hilog:libhilog", + "hisysevent:libhisysevent", + "hitrace:hitrace_meter", "init:libbegetutil", ] diff --git a/bundle.json b/bundle.json index 831f5d3..ee1aca0 100644 --- a/bundle.json +++ b/bundle.json @@ -22,9 +22,9 @@ "components": [ "c_utils", "faultloggerd", - "hisysevent_native", - "hitrace_native", - "hiviewdfx_hilog_native", + "hisysevent", + "hitrace", + "hilog", "init" ], "third_party": [ "libffi" ] -- Gitee