mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 06:50:12 +00:00
适配独立编译
Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
parent
7ee538f599
commit
2c6ed59a7c
@ -36,9 +36,8 @@ ohos_source_set("libhidebug_init_source") {
|
||||
|
||||
include_dirs = [ "../../interfaces/native/innerkits/include" ]
|
||||
|
||||
external_deps = [ "init:libinit_module_engine" ]
|
||||
external_deps = [ "init:libinit_module_engine", "bounds_checking_function:libsec_static", ]
|
||||
sources = [ "hidebug_base.c" ]
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
}
|
||||
|
||||
ohos_shared_library("hidebug_native") {
|
||||
|
Loading…
Reference in New Issue
Block a user