!218 branch_protector_ret add

Merge pull request !218 from wangyifan/master
This commit is contained in:
openharmony_ci 2024-09-04 07:57:06 +00:00 committed by Gitee
commit d8cbe5044c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ nnrt_core_sources = [
]
ohos_shared_library("libneural_network_core") {
branch_protector_ret = "pac_ret"
sources = nnrt_core_sources
output_extension = "so"

View File

@ -164,6 +164,7 @@ ops_sources = [
]
ohos_shared_library("libneural_network_runtime") {
branch_protector_ret = "pac_ret"
sources = nnrt_sources
sources += ops_sources
output_extension = "so"