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

Commit 36ebcf8e authored by Jin Qian's avatar Jin Qian Committed by android-build-merger
Browse files

Merge "fastboot: remove reference of deprecated make_ext4 code" am: 52520550 am: 2089237e

am: a241632b

Change-Id: I6e489f364bd30d15bc6a56fe9bfcabf9ce143741
parents f6a36111 a241632b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ LOCAL_C_INCLUDES_windows := development/host/windows/usb/api

LOCAL_STATIC_LIBRARIES := \
    libziparchive \
    libext4_utils \
    libsparse \
    libutils \
    liblog \
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <android-base/file.h>
#include <android-base/stringprintf.h>
#include <android-base/unique_fd.h>
#include <ext4_utils/make_ext4fs.h>
#include <sparse/sparse.h>

using android::base::StringPrintf;