summaryrefslogtreecommitdiffstats
path: root/fastboot/fs.cpp
diff options
context:
space:
mode:
authorJin Qian <jinqian@google.com>2017-11-02 15:05:29 -0700
committerJin Qian <jinqian@google.com>2017-11-02 15:13:46 -0700
commit988a51a9fef3ea50536565f390584af064dc0b38 (patch)
treea2b215e8a3417c453f4c888d769932819956e495 /fastboot/fs.cpp
parentbe729702ae8cf0771e8b69daf87bc251a13a3a60 (diff)
downloadsystem_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.cpp1
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;