From aa088d3d66019af09ab1300053655697deb80eb0 Mon Sep 17 00:00:00 2001 From: zxf Date: Tue, 19 Aug 2025 21:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=88=E4=BF=9D=E6=8A=A4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zxf --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 666989e..fcf954d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -81,6 +81,7 @@ ohos_shared_library("usagestatsinner") { "interfaces/innerkits/src/bundle_active_high_frequency_period.cpp", ] public_configs = [ ":usagestats_public_config" ] + cflags_cc = [ "-fstack-protector-strong" ] deps = [ ":app_group_callback_interface", ":bundle_active_interface", -- Gitee