!2022 profiler 在arm64版本上编译报错处理

Merge pull request !2022 from hw-wLiu/master
This commit is contained in:
openharmony_ci 2024-11-18 10:40:55 +00:00 committed by Gitee
commit d63350c80f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -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",
]