From 5a418f04cbeeb039833d7a23ab76771a5e8b81cf Mon Sep 17 00:00:00 2001 From: shenpeixing Date: Mon, 20 Jan 2025 17:12:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=89=E5=85=A8=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenpeixing --- frameworks/capi/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/capi/BUILD.gn b/frameworks/capi/BUILD.gn index 2d4fef3..de16e66 100644 --- a/frameworks/capi/BUILD.gn +++ b/frameworks/capi/BUILD.gn @@ -38,6 +38,7 @@ ohos_shared_library("ohvibrator") { "hilog:libhilog", ] + cflags_cc = [ "-fstack-protector-strong" ] relative_install_dir = "ndk" part_name = "miscdevice" subsystem_name = "sensors" -- Gitee