From 85410d28462be93702d6a524efece4a910dab4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BF=AA?= Date: Sat, 3 Jun 2023 17:04:54 +0800 Subject: [PATCH] fix e2fsprogs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文迪 --- BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 1a5758a..5fe9796 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -7,7 +7,6 @@ import("//build/ohos.gni") import("//build/ohos/ndk/ndk.gni") -import("//third_party/e2fsprogs/e2fsprogs.gni") config("gptdisk_config") { include_dirs = [ @@ -46,7 +45,7 @@ ohos_executable("sgdisk") { ] public_configs = [ ":gptdisk_config" ] deps = [ - "//third_party/e2fsprogs/e2fsprogs/lib/uuid:libext2_uuid", + "//third_party/e2fsprogs:libext2_uuid", "//third_party/popt:popt_static", ] subsystem_name = "filemanagement" -- Gitee