!45 fix cyclic dependence issue

Merge pull request !45 from wenlong_12/OpenHarmony-3.1-Release
This commit is contained in:
openharmony_ci
2022-03-17 08:27:56 +00:00
committed by Gitee
+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") {