From 3c1f230971a99f9dedb4e8b3be691519ee4f85d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=A9baud=20Weksteen?= Date: Thu, 11 Aug 2022 11:41:25 +1000 Subject: [PATCH] Remove e2fsdroid and sload_f2fs dep from fastboot In commit 5d72d6c, an unused code path for e2fsdroid and sload_f2fs was removed from fastboot. Remove them from the build dependency list. Bug: 237960487 Test: m fastboot Change-Id: Ibee72a86eeb43fcde3a032094bfc1c19de09bc03 --- fastboot/Android.bp | 2 -- fastboot/Android.mk | 2 -- 2 files changed, 4 deletions(-) diff --git a/fastboot/Android.bp b/fastboot/Android.bp index 26e6e00cf..49ebdbf67 100644 --- a/fastboot/Android.bp +++ b/fastboot/Android.bp @@ -346,9 +346,7 @@ cc_binary_host { target: { not_windows: { required: [ - "e2fsdroid", "mke2fs.conf", - "sload_f2fs", ], }, windows: { diff --git a/fastboot/Android.mk b/fastboot/Android.mk index 10bed6da9..cde0cb28e 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -19,9 +19,7 @@ LOCAL_PATH:= $(call my-dir) # my_dist_files := $(HOST_OUT_EXECUTABLES)/mke2fs -my_dist_files += $(HOST_OUT_EXECUTABLES)/e2fsdroid my_dist_files += $(HOST_OUT_EXECUTABLES)/make_f2fs my_dist_files += $(HOST_OUT_EXECUTABLES)/make_f2fs_casefold -my_dist_files += $(HOST_OUT_EXECUTABLES)/sload_f2fs $(call dist-for-goals,dist_files sdk,$(my_dist_files)) my_dist_files :=