From 9a5440cf630a8481662a114e3c3d68a4e20306c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=BA=AE?= Date: Sun, 21 Aug 2022 13:31:53 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:=20#I5N9EI=20Description:=20Fuzz?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=B4=A9=E6=BA=83(dobuble-free)=20Sig:=20SIG?= =?UTF-8?q?=5FApplicationFramework=20Feature=20or=20Bugfix:=20Bugfix=20Bin?= =?UTF-8?q?ary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨亮 Change-Id: Ib4a6a0e2c2df5b67b724d9715a50081acec17f50 --- frameworks/ans/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/frameworks/ans/BUILD.gn b/frameworks/ans/BUILD.gn index 8f04ffc13..e8046f06d 100644 --- a/frameworks/ans/BUILD.gn +++ b/frameworks/ans/BUILD.gn @@ -47,7 +47,6 @@ ohos_shared_library("ans_innerkits") { "src/notification_action_button.cpp", "src/notification_basic_content.cpp", "src/notification_bundle_option.cpp", - "src/notification_constant.cpp", "src/notification_content.cpp", "src/notification_conversational_content.cpp", "src/notification_conversational_message.cpp", -- Gitee