From 988a51a9fef3ea50536565f390584af064dc0b38 Mon Sep 17 00:00:00 2001 From: Jin Qian Date: Thu, 2 Nov 2017 15:05:29 -0700 Subject: [PATCH] fastboot: remove reference of deprecated make_ext4 code Bug: 64395169 Change-Id: Ida14996dc1488657e7bdeb34d6e767a8f6ed44ed --- fastboot/Android.mk | 1 - fastboot/fs.cpp | 1 - 2 files changed, 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 #include #include -#include #include using android::base::StringPrintf;