diff options
author | Jin Qian <jinqian@google.com> | 2017-11-02 15:05:29 -0700 |
---|---|---|
committer | Jin Qian <jinqian@google.com> | 2017-11-02 15:13:46 -0700 |
commit | 988a51a9fef3ea50536565f390584af064dc0b38 (patch) | |
tree | a2b215e8a3417c453f4c888d769932819956e495 /fastboot/fs.cpp | |
parent | be729702ae8cf0771e8b69daf87bc251a13a3a60 (diff) | |
download | system_core-988a51a9fef3ea50536565f390584af064dc0b38.tar.gz system_core-988a51a9fef3ea50536565f390584af064dc0b38.tar.bz2 system_core-988a51a9fef3ea50536565f390584af064dc0b38.zip |
fastboot: remove reference of deprecated make_ext4 code
Bug: 64395169
Change-Id: Ida14996dc1488657e7bdeb34d6e767a8f6ed44ed
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; |