mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-26 16:41:00 +00:00
!2022 profiler 在arm64版本上编译报错处理
Merge pull request !2022 from hw-wLiu/master
This commit is contained in:
commit
d63350c80f
@ -26,6 +26,7 @@ ohos_unittest("gpudataplugin_ut") {
|
||||
module_out_path = module_output_path
|
||||
sources = [ "unittest/gpu_data_plugin_unittest.cpp" ]
|
||||
deps = [
|
||||
"${OHOS_PROFILER_DIR}/device/base:hiprofiler_base",
|
||||
"${OHOS_PROFILER_DIR}/device/plugins/gpu_plugin:gpudataplugin_source",
|
||||
"${OHOS_PROFILER_DIR}/device/plugins/gpu_plugin:gpudataplugintest",
|
||||
"${OHOS_PROFILER_DIR}/protos/types/plugins/gpu_data:gpu_data_cpp",
|
||||
|
@ -57,6 +57,7 @@ ohos_unittest("xpowerplugin_ut") {
|
||||
"bounds_checking_function:libsec_shared",
|
||||
"googletest:gtest",
|
||||
"hilog:libhilog_base",
|
||||
"hisysevent:libhisysevent",
|
||||
"protobuf:protobuf",
|
||||
"protobuf:protobuf_lite",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user