后向CFI适配

issue: https://gitee.com/openharmony/distributedhardware_distributed_input/issues/I8BWRG

Signed-off-by: m30043719 <maxiaodong25@huawei.com>
This commit is contained in:
m30043719
2023-10-30 11:22:49 +08:00
parent 8949337964
commit a8d9725bf8
14 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_dfx_utils") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"include",
"${common_path}/include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_handler") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"include",
+1 -1
View File
@@ -37,7 +37,7 @@ ohos_shared_library("libdinput_sdk") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
public_configs = [ ":input_sdk_public_config" ]
sources = [
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_collector") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_sink") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_sink_trans") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_inject") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"include",
+1 -1
View File
@@ -20,7 +20,7 @@ ohos_shared_library("libdinput_source") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_source_trans") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_state") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"include",
"${common_path}/include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_trans_base") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_sink_handler") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"include",
"${innerkits_path}/include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_source_handler") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"include",
"${innerkits_path}/include",
+1 -1
View File
@@ -21,7 +21,7 @@ ohos_shared_library("libdinput_utils") {
integer_overflow = true
ubsan = true
}
stack_protector_ret = true
branch_protector_ret = "pac_ret"
include_dirs = [
"${av_transport_path}/common/include",
"${fwk_common_path}/utils/include",