From f8d0d60e2df76507026237c7fa098d508c19be05 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?fixed=209a5440c=20from=20https://gitee.com/yang?= =?UTF-8?q?liang36/notification=5Fdistributed=5Fnotification=5Fservice/pul?= =?UTF-8?q?ls/552=20IssueNo:=20#I5N9EI=20Description:=20Fuzz=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=B4=A9=E6=BA=83(dobuble-free)=20Sig:=20SIG=5FApplic?= =?UTF-8?q?ationFramework=20Feature=20or=20Bugfix:=20Bugfix=20Binary=20Sou?= =?UTF-8?q?rce:=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