Description:DFX hiloh/hitrace部件名整改

issues:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7EWAG

Signed-off-by: wangben001 <wangben23@huawei.com>
This commit is contained in:
wangben001 2023-06-20 14:18:16 +08:00
parent 49aa690e51
commit 456a5c82e5
2 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@
"deps": {
"components": [
"faultloggerd",
"hitrace_native",
"hiviewdfx_hilog_native",
"hitrace",
"hilog",
"runtime_core",
"c_utils"
],

View File

@ -85,10 +85,10 @@ if (enable_dump_in_faultlog) {
hiviewdfx_ext_deps += [ "faultloggerd:libfaultloggerd" ]
}
if (enable_bytrace) {
hiviewdfx_ext_deps += [ "hitrace_native:hitrace_meter" ]
hiviewdfx_ext_deps += [ "hitrace:hitrace_meter" ]
}
if (enable_hitrace) {
hiviewdfx_ext_deps += [ "hitrace_native:libhitracechain" ]
hiviewdfx_ext_deps += [ "hitrace:libhitracechain" ]
}
if (enable_hilog) {
if (is_mingw) {
@ -96,7 +96,7 @@ if (enable_hilog) {
} else if (is_mac) {
hiviewdfx_deps += [ "$hilog_root:libhilog_mac" ]
} else if (is_ohos) {
hiviewdfx_ext_deps += [ "hiviewdfx_hilog_native:libhilog" ]
hiviewdfx_ext_deps += [ "hilog:libhilog" ]
}
}