From ea221e5d2a40fc4bd7932d89525d6a0030a49c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?f=E6=88=BF=E8=8A=B7=E4=BB=AA?= Date: Mon, 7 Jul 2025 20:11:09 +0800 Subject: [PATCH] fix build warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: f房芷仪 --- bundle.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundle.json b/bundle.json index 5ad63c3a..31e2f9e8 100644 --- a/bundle.json +++ b/bundle.json @@ -75,6 +75,12 @@ }, { "name": "//third_party/e2fsprogs:libdacconfig" + }, + { + "name": "//third_party/e2fsprogs:e2fsprogs_host_toolchain" + }, + { + "name": "//third_party/e2fsprogs:e2fsdroid_libext2_uuid" } ], "test": [] -- Gitee