!92 后向CFI适配

Merge pull request !92 from m30043719/master
This commit is contained in:
openharmony_ci
2023-10-30 07:37:15 +00:00
committed by Gitee
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",