From 8dc8b58ffaebdb6b439eeeb19f12bc71ce08ba34 Mon Sep 17 00:00:00 2001 From: rcy-hw Date: Sat, 19 Mar 2022 15:56:08 +0800 Subject: [PATCH] fixed 3abd994 from https://gitee.com/renchunyang2008/notification_ans_standard_for_release3.1/pulls/356 disable reminder UT for compile exception flag temporary Signed-off-by: rcy-hw Change-Id: I2cbfa63f9cd8803542c9f236571045494ac6e672 --- bundle.json | 2 +- frameworks/ans/core/BUILD.gn | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bundle.json b/bundle.json index 02459d490..f4d1b6a3d 100644 --- a/bundle.json +++ b/bundle.json @@ -86,7 +86,7 @@ "//base/notification/ans_standard/services/distributed/test/unittest:ans_distributed_unit_test_target", "//base/notification/ans_standard/services/test/moduletest:moduletest", "//base/notification/ans_standard/frameworks/ans/test/moduletest:moduletest", - "//base/notification/ans_standard/frameworks/ans/native/test/unittest:ans_reminder_unit_test", + "//base/notification/ans_standard/frameworks/ans/native/test/unittest:unittest", "//base/notification/ans_standard/test:systemtest" ] } diff --git a/frameworks/ans/core/BUILD.gn b/frameworks/ans/core/BUILD.gn index 63e45c809..89211e523 100644 --- a/frameworks/ans/core/BUILD.gn +++ b/frameworks/ans/core/BUILD.gn @@ -31,8 +31,6 @@ config("public_ans_core_config") { "//third_party/json/single_include", "//third_party/jsoncpp/include", ] - - cflags_cc = [ "-fexceptions" ] } ohos_shared_library("ans_core") { -- Gitee