From 960ed9ac7bbf88d79e87b6e96b68a9bc19fe0ecf Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 27 May 2024 11:23:15 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9mkfs/BUILD.gn=EF=BC=8C?= =?UTF-8?q?=E5=A4=96=E9=83=A8=E9=83=A8=E4=BB=B6=E4=BE=9D=E8=B5=96external?= =?UTF-8?q?=5Fdeps=E6=94=B9=E6=88=90public=5Fexternal=5Fdeps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- mkfs/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfs/BUILD.gn b/mkfs/BUILD.gn index 90cc65b..5fc588e 100644 --- a/mkfs/BUILD.gn +++ b/mkfs/BUILD.gn @@ -35,7 +35,7 @@ ohos_executable("mkfs.f2fs") { deps = [ "//third_party/f2fs-tools/lib:libf2fs" ] - external_deps = [ "e2fsprogs:libext2_uuid" ] + public_external_deps = [ "e2fsprogs:libext2_uuid" ] defines = [ "HAVE_CONFIG_H" ]