fastboot: remove reference of deprecated make_ext4 code
Bug: 64395169 Change-Id: Ida14996dc1488657e7bdeb34d6e767a8f6ed44ed
This commit is contained in:
parent
be729702ae
commit
988a51a9fe
|
@ -58,7 +58,6 @@ LOCAL_C_INCLUDES_windows := development/host/windows/usb/api
|
|||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libziparchive \
|
||||
libext4_utils \
|
||||
libsparse \
|
||||
libutils \
|
||||
liblog \
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue