diff --git a/BUILD.gn b/BUILD.gn index e34d300687112d4811e63ff0636140f9579336ff..f738a476d959552af77b9fda1ee8e4d3dfdefb63 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 831f5d3da30aa6017aa93ae0a2d39492035b16d1..ee1aca051b73e86676b4eadb266e3d26389d9fdb 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" ]