From 291161f0d146b0d88487977510d7ce310aad56da Mon Sep 17 00:00:00 2001 From: Zhao-PengFei35 Date: Wed, 10 May 2023 11:51:39 +0800 Subject: [PATCH] =?UTF-8?q?fixed=201b9b917=20from=20https://gitee.com/Zhao?= =?UTF-8?q?-PengFei35/notification=5Fdistributed=5Fnotification=5Fservice/?= =?UTF-8?q?pulls/1007=20=E4=BF=AE=E5=A4=8Dtdd=E7=BC=96=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhao-PengFei35 --- frameworks/js/napi/src/reminder/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/js/napi/src/reminder/BUILD.gn b/frameworks/js/napi/src/reminder/BUILD.gn index 0f99ca759..69216987b 100644 --- a/frameworks/js/napi/src/reminder/BUILD.gn +++ b/frameworks/js/napi/src/reminder/BUILD.gn @@ -97,6 +97,7 @@ ohos_shared_library("reminderagentmanager") { "access_token:libtokenid_sdk", "c_utils:utils", "hiviewdfx_hilog_native:libhilog", + "multimedia_image_framework:image", "napi:ace_napi", "relational_store:native_rdb", ] -- Gitee