diff --git a/bundle.json b/bundle.json index 02459d490224809cc972a730656ffb6a9a51f8fd..f4d1b6a3d72cde88503a680a4810bba5685f6c86 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 63e45c809adf51b57370f2788351f58a83be0184..89211e523b23703f57d1eebe3990a03b4fb53f98 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") {