From 752a0af359d8719778dd988d4f888553f36f5792 Mon Sep 17 00:00:00 2001 From: liuxiaowei42 Date: Mon, 16 Oct 2023 14:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E9=9A=90=E7=A7=81=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit issue:https://gitee.com/openharmony/distributedhardware_distributed_camera/issues/I88F4J Signed-off-by: liuxiaowei42 --- common/BUILD.gn | 6 ------ interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn | 6 ------ interfaces/inner_kits/native_cpp/camera_source/BUILD.gn | 6 ------ services/cameraservice/cameraoperator/client/BUILD.gn | 6 ------ services/cameraservice/cameraoperator/handler/BUILD.gn | 6 ------ services/cameraservice/sinkservice/BUILD.gn | 6 ------ services/cameraservice/sourceservice/BUILD.gn | 6 ------ services/channel/BUILD.gn | 6 ------ services/data_process/BUILD.gn | 6 ------ 9 files changed, 54 deletions(-) diff --git a/common/BUILD.gn b/common/BUILD.gn index 591475de..76ba561a 100644 --- a/common/BUILD.gn +++ b/common/BUILD.gn @@ -16,12 +16,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_utils") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "include/constants", "include/utils", diff --git a/interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn b/interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn index 6a599279..654762c6 100644 --- a/interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/camera_sink/BUILD.gn @@ -16,12 +16,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_sink_sdk") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "${fwk_common_path}/utils/include" ] include_dirs += [ diff --git a/interfaces/inner_kits/native_cpp/camera_source/BUILD.gn b/interfaces/inner_kits/native_cpp/camera_source/BUILD.gn index d676ed0d..cee272f6 100644 --- a/interfaces/inner_kits/native_cpp/camera_source/BUILD.gn +++ b/interfaces/inner_kits/native_cpp/camera_source/BUILD.gn @@ -16,12 +16,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_source_sdk") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "${fwk_common_path}/utils/include" ] include_dirs += [ diff --git a/services/cameraservice/cameraoperator/client/BUILD.gn b/services/cameraservice/cameraoperator/client/BUILD.gn index 7e17a0ca..941df446 100644 --- a/services/cameraservice/cameraoperator/client/BUILD.gn +++ b/services/cameraservice/cameraoperator/client/BUILD.gn @@ -17,12 +17,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_client") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "${graphicstandard_path}/frameworks/surface/include", "${camerastandard_path}/interfaces/inner_api/native/camera/include", diff --git a/services/cameraservice/cameraoperator/handler/BUILD.gn b/services/cameraservice/cameraoperator/handler/BUILD.gn index 60763297..eee49176 100644 --- a/services/cameraservice/cameraoperator/handler/BUILD.gn +++ b/services/cameraservice/cameraoperator/handler/BUILD.gn @@ -17,12 +17,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_handler") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "//third_party/cJSON", "//third_party/jsoncpp/include", diff --git a/services/cameraservice/sinkservice/BUILD.gn b/services/cameraservice/sinkservice/BUILD.gn index 65e7dceb..830602c1 100644 --- a/services/cameraservice/sinkservice/BUILD.gn +++ b/services/cameraservice/sinkservice/BUILD.gn @@ -17,12 +17,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_sink") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "${av_transport_path}/common/include", "${graphicstandard_path}/frameworks/surface/include", diff --git a/services/cameraservice/sourceservice/BUILD.gn b/services/cameraservice/sourceservice/BUILD.gn index 3a4e289e..09f33f1a 100644 --- a/services/cameraservice/sourceservice/BUILD.gn +++ b/services/cameraservice/sourceservice/BUILD.gn @@ -17,12 +17,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_source") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "${av_transport_path}/common/include", "${fwk_common_path}/utils/include", diff --git a/services/channel/BUILD.gn b/services/channel/BUILD.gn index 637c545c..066c224a 100644 --- a/services/channel/BUILD.gn +++ b/services/channel/BUILD.gn @@ -17,12 +17,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_channel") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "${av_transport_path}/common/include", "${fwk_common_path}/utils/include", diff --git a/services/data_process/BUILD.gn b/services/data_process/BUILD.gn index a4a66301..64f5fd08 100644 --- a/services/data_process/BUILD.gn +++ b/services/data_process/BUILD.gn @@ -17,12 +17,6 @@ import( "//foundation/distributedhardware/distributed_camera/distributedcamera.gni") ohos_shared_library("distributed_camera_data_process") { - sanitize = { - boundary_sanitize = true - integer_overflow = true - ubsan = true - } - stack_protector_ret = true include_dirs = [ "${fwk_common_path}/utils/include", "${fwk_utils_path}/include/eventbus", -- Gitee