!93 fix:适配CFI

Merge pull request !93 from 李天刚/master
This commit is contained in:
openharmony_ci
2023-10-30 12:03:13 +00:00
committed by Gitee
14 changed files with 42 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_dfx_utils") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_handler") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -36,6 +36,9 @@ ohos_shared_library("libdinput_sdk") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
public_configs = [ ":input_sdk_public_config" ]
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_collector") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_sink") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_sink_trans") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_inject") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -19,6 +19,9 @@ ohos_shared_library("libdinput_source") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_source_trans") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_state") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_trans_base") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_sink_handler") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_source_handler") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [
+3
View File
@@ -20,6 +20,9 @@ ohos_shared_library("libdinput_utils") {
boundary_sanitize = true
integer_overflow = true
ubsan = true
cfi = true
cfi_cross_dso = true
debug = false
}
branch_protector_ret = "pac_ret"
include_dirs = [