From 8a9b8317c0cede063159229ae161d6cc6ffdcc5e Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Tue, 11 Jun 2024 19:07:01 +0800 Subject: [PATCH] =?UTF-8?q?gn=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- frameworks/native/appkit/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frameworks/native/appkit/BUILD.gn b/frameworks/native/appkit/BUILD.gn index f0f0d1fb8b..7ef0d63301 100644 --- a/frameworks/native/appkit/BUILD.gn +++ b/frameworks/native/appkit/BUILD.gn @@ -308,9 +308,9 @@ ohos_shared_library("app_context") { "resource_management:global_resmgr", "samgr:samgr_proxy", ] - public_external_deps = [ + public_external_deps = [ "ability_base:configuration", - "ability_base:want" + "ability_base:want", ] if (ability_runtime_graphics) {