From a0830047db530538f09d4688e68be78f488fee38 Mon Sep 17 00:00:00 2001 From: hughes Date: Mon, 11 Mar 2024 13:09:37 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=81=A2=E5=8E=82=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: hughes --- services/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index b817d01f3..62fb60b81 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -46,7 +46,7 @@ group("startup_init") { ] if (use_musl) { - external_deps += [ "f2fs-tools:libf2fs" ] + deps += [ "//third_party/f2fs-tools:f2fs-tools" ] } if (enable_ohos_startup_init_feature_watcher) { -- Gitee