开启PAC后向cfi

Signed-off-by: LY <liuyong235@huawei.com>
This commit is contained in:
LY 2024-09-05 10:15:11 +08:00
parent 56a29167a5
commit 339006b31e
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ config("intl_util_config") {
]
}
ohos_shared_library("intl_util") {
branch_protector_ret = "pac_ret"
public_configs = [ ":intl_util_config" ]
include_dirs = []
sources = [

View File

@ -21,6 +21,7 @@ config("zone_util_public_configs") {
}
ohos_shared_library("zone_util") {
branch_protector_ret = "pac_ret"
public_configs = [ ":zone_util_public_configs" ]
sources = [ "src/zone_util.cpp" ]
cflags_cc = [