mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2025-02-25 13:20:37 +00:00
change securec path
Signed-off-by: huangyicong <huangyicong4@huawei.com>
This commit is contained in:
parent
ff6337f7d7
commit
caf0c129c3
@ -65,7 +65,7 @@ ohos_executable("cpudataplugintest") {
|
||||
deps = [
|
||||
"${OHOS_PROFILER_3RDPARTY_PROTOBUF_DIR}:protobuf_lite",
|
||||
"${OHOS_PROFILER_DIR}/protos/types/plugins/cpu_data:cpu_data_cpp",
|
||||
"//utils/native/base:utilsecurec",
|
||||
"//third_party/bounds_checking_function:libsec_static",
|
||||
]
|
||||
if (current_toolchain != host_toolchain) {
|
||||
defines = [ "HAVE_HILOG" ]
|
||||
|
@ -62,7 +62,7 @@ ohos_executable("memorytest") {
|
||||
"//utils/native/base/include",
|
||||
]
|
||||
|
||||
deps = [ "//utils/native/base:utilsecurec" ]
|
||||
deps = [ "//third_party/bounds_checking_function:libsec_static" ]
|
||||
|
||||
if (current_toolchain != host_toolchain) {
|
||||
defines = [ "HAVE_HILOG" ]
|
||||
|
@ -59,8 +59,8 @@ ohos_unittest("smaps_stats_ut") {
|
||||
deps = [
|
||||
"${OHOS_PROFILER_DIR}/device/plugins/memory_plugin:memdataplugin",
|
||||
"${OHOS_PROFILER_DIR}/protos/types/plugins/memory_data:memory_data_cpp",
|
||||
"//third_party/bounds_checking_function:libsec_static",
|
||||
"//third_party/googletest:gtest_main",
|
||||
"//utils/native/base:utilsecurec",
|
||||
]
|
||||
include_dirs = [
|
||||
"../include",
|
||||
|
Loading…
x
Reference in New Issue
Block a user