From 78794c8f9d054f792043e39547e822ca00707a7b Mon Sep 17 00:00:00 2001 From: aodongbiao Date: Tue, 6 Sep 2022 14:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=86=97=E4=BD=99=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: aodongbiao Change-Id: Ifb623c8d575711ab9cb31f91c5ad39797afe7509 --- lib/ext2fs/BUILD.gn | 5 +---- misc/BUILD.gn | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/ext2fs/BUILD.gn b/lib/ext2fs/BUILD.gn index c2e0ba5e..9ec12fca 100644 --- a/lib/ext2fs/BUILD.gn +++ b/lib/ext2fs/BUILD.gn @@ -110,10 +110,7 @@ ohos_shared_library("libext2fs") { ] configs = [ ":e2fsprogs-defaults" ] - deps = [ - "//third_party/e2fsprogs/lib/et:libext2_com_err", - "//third_party/e2fsprogs/lib/uuid:libext2_uuid", - ] + deps = [ "//third_party/e2fsprogs/lib/et:libext2_com_err" ] cflags = [ "-Wno-unused-parameter" ] include_dirs = [ diff --git a/misc/BUILD.gn b/misc/BUILD.gn index 662d7041..c96cd9d7 100644 --- a/misc/BUILD.gn +++ b/misc/BUILD.gn @@ -28,7 +28,6 @@ ohos_shared_library("libext2_misc") { deps = [ "//third_party/e2fsprogs/lib/et:libext2_com_err", "//third_party/e2fsprogs/lib/ext2fs:libext2fs", - "//third_party/e2fsprogs/lib/support:libext2_quota", ] install_enable = true subsystem_name = "thirdparty" -- Gitee