diff options
author | Jin Qian <jinqian@google.com> | 2017-11-03 18:05:10 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-11-03 18:05:10 +0000 |
commit | a241632bcc7302f3563c14548367adb452eb03f1 (patch) | |
tree | f364c20dfa2b260ee1fc544bf323b3590c0319e6 /fastboot/fs.cpp | |
parent | 4d8089a86f5944eeef98d861f513108e8a6138f0 (diff) | |
parent | 2089237ee82fad846cb663b250e1a9e85ce88e2c (diff) |
Merge "fastboot: remove reference of deprecated make_ext4 code" am: 525205508f
am: 2089237ee8
Change-Id: Ib6db9a825a0ff0419e93821ac7022cdfbee87edc
Diffstat (limited to 'fastboot/fs.cpp')
-rw-r--r-- | fastboot/fs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |