Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c1f2309 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen
Browse files

Remove e2fsdroid and sload_f2fs dep from fastboot

In commit 5d72d6ce, 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
parent 6eb4d64e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -346,9 +346,7 @@ cc_binary_host {
    target: {
        not_windows: {
            required: [
                "e2fsdroid",
                "mke2fs.conf",
                "sload_f2fs",
            ],
        },
        windows: {
+0 −2
Original line number Diff line number Diff line
@@ -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 :=