From 04ef2b8dad99b7685e721ff20c4e18c63bf27e23 Mon Sep 17 00:00:00 2001 From: zhoushicheng Date: Wed, 12 Jul 2023 11:00:36 +0000 Subject: [PATCH] Issue:#I7JNU8 Signed-off-by: zhoushicheng Change-Id: I15cae650658e087fcc78daf410276655532d9910 --- frameworks/native/backup_ext/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/native/backup_ext/BUILD.gn b/frameworks/native/backup_ext/BUILD.gn index ca0b73161..f67e93aa6 100644 --- a/frameworks/native/backup_ext/BUILD.gn +++ b/frameworks/native/backup_ext/BUILD.gn @@ -50,6 +50,7 @@ ohos_shared_library("backup_extension_ability_native") { "ability_runtime:runtime", "access_token:libaccesstoken_sdk", "bundle_framework:appexecfwk_core", + "napi:ace_napi", ] use_exceptions = true -- Gitee