mirror of
https://gitee.com/openharmony/developtools_hiperf
synced 2024-11-23 07:29:42 +00:00
add pac protector
Change-Id: I47ae3548cec113e77f539823b21c074fe50021f9 Signed-off-by: leiguangyu <leiguangyu@huawei.com>
This commit is contained in:
parent
be522a9b68
commit
70b5c6db45
@ -24,6 +24,7 @@ config("hiperf_client_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("hiperf_client") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
install_enable = true
|
||||
public_configs = [ ":hiperf_client_config" ]
|
||||
sources = [ "src/hiperf_client.cpp" ]
|
||||
@ -43,6 +44,7 @@ ohos_shared_library("hiperf_client") {
|
||||
}
|
||||
|
||||
ohos_static_library("hiperf_client_static") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
public_configs = [ ":hiperf_client_config" ]
|
||||
sources = [ "src/hiperf_client.cpp" ]
|
||||
defines = []
|
||||
|
@ -23,6 +23,7 @@ config("hiperf_client_napi_config") {
|
||||
}
|
||||
|
||||
ohos_shared_library("hiperf_client_napi") {
|
||||
branch_protector_ret = "pac_ret"
|
||||
install_enable = true
|
||||
|
||||
configs = [ ":hiperf_client_napi_config" ]
|
||||
|
Loading…
Reference in New Issue
Block a user