Merge "fastboot: remove reference of deprecated make_ext4 code" am: 525205508f

am: 2089237ee8

Change-Id: Ib6db9a825a0ff0419e93821ac7022cdfbee87edc
This commit is contained in:
Jin Qian 2017-11-03 18:05:10 +00:00 committed by android-build-merger
commit a241632bcc
2 changed files with 0 additions and 2 deletions

View file

@ -58,7 +58,6 @@ LOCAL_C_INCLUDES_windows := development/host/windows/usb/api
LOCAL_STATIC_LIBRARIES := \
libziparchive \
libext4_utils \
libsparse \
libutils \
liblog \

View file

@ -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;