mirror of
https://gitee.com/openharmony/hiviewdfx_hitrace
synced 2024-11-23 15:59:51 +00:00
冗余依赖整改
Signed-off-by: xuyong <xuyong59@huawei.com>
This commit is contained in:
parent
7c1ca7d678
commit
b9985a0c5a
10
cmd/BUILD.gn
10
cmd/BUILD.gn
@ -24,10 +24,7 @@ config("hitrace_osal_inner_config") {
|
||||
ohos_static_library("hitrace_osal_inner") {
|
||||
sources = [ "./src/hitrace_osal.cpp" ]
|
||||
public_configs = [ ":hitrace_osal_inner_config" ]
|
||||
external_deps = [
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
external_deps = [ "init:libbegetutil" ]
|
||||
|
||||
subsystem_name = "hiviewdfx"
|
||||
part_name = "hitrace_native"
|
||||
@ -42,10 +39,7 @@ ohos_executable("hitrace") {
|
||||
"//third_party/zlib:libz",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hitrace_native:hitrace_meter",
|
||||
]
|
||||
external_deps = [ "c_utils:utils" ]
|
||||
|
||||
include_dirs = [
|
||||
"./include",
|
||||
|
@ -49,7 +49,6 @@ ohos_static_library("hitrace_inner") {
|
||||
"hilog_native:libhilog",
|
||||
"init:libbeget_proxy",
|
||||
"init:libbegetutil",
|
||||
"ipc:ipc_core",
|
||||
]
|
||||
|
||||
part_name = "hitrace_native"
|
||||
|
Loading…
Reference in New Issue
Block a user