fix cyclic dependence issue

Signed-off-by: wenlong12 <wenlong12@huawei.com>

Signed-off-by: wenlong12 <wwx1097114@DESKTOP-2021EGU.localdomain>
This commit is contained in:
wenlong12
2022-03-16 16:02:01 +08:00
parent 7edc56b6d1
commit 6cc3d69b20
+6
View File
@@ -30,6 +30,9 @@ ohos_static_library("bytrace_inner") {
#"distributedschedule:samgr_standard"
]
subsystem_name = "developtools"
part_name = "bytrace_standard"
}
config("bytrace_capture_inner_config") {
@@ -47,6 +50,9 @@ ohos_static_library("bytrace_capture_inner") {
"ipc:ipc_core",
"startup_l2:syspara",
]
subsystem_name = "developtools"
part_name = "bytrace_standard"
}
ohos_executable("bytrace") {