diff options
-rw-r--r-- | fastboot/Android.mk | 1 | ||||
-rw-r--r-- | fastboot/fs.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk index dd8bad9aa..bc8800296 100644 --- a/fastboot/Android.mk +++ b/fastboot/Android.mk @@ -58,7 +58,6 @@ LOCAL_C_INCLUDES_windows := development/host/windows/usb/api LOCAL_STATIC_LIBRARIES := \ libziparchive \ - libext4_utils \ libsparse \ libutils \ liblog \ diff --git a/fastboot/fs.cpp b/fastboot/fs.cpp index 709f061bd..8006bebd9 100644 --- a/fastboot/fs.cpp +++ b/fastboot/fs.cpp @@ -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; |