Replace make_ext4fs with mke2fs

make_ext4fs is deprecated and should be replaced with mke2fs

Bug: 64395169
Change-Id: Idfc8c0ee0ff598fdaa6f20bb0d4f6dca687a1b10
This commit is contained in:
Jin Qian 2017-11-02 16:27:41 -07:00
parent f0ebe872a2
commit 95b2b695cd
3 changed files with 3 additions and 4 deletions

View File

@ -2064,7 +2064,6 @@ OTATOOLS := $(HOST_OUT_EXECUTABLES)/minigzip \
$(HOST_OUT_JAVA_LIBRARIES)/signapk.jar \
$(HOST_OUT_JAVA_LIBRARIES)/BootSignature.jar \
$(HOST_OUT_JAVA_LIBRARIES)/VeritySigner.jar \
$(HOST_OUT_EXECUTABLES)/make_ext4fs \
$(HOST_OUT_EXECUTABLES)/mkuserimg.sh \
$(HOST_OUT_EXECUTABLES)/mke2fs \
$(HOST_OUT_EXECUTABLES)/mkuserimg_mke2fs.sh \

View File

@ -76,7 +76,7 @@ PRODUCT_PACKAGES += \
libwebviewchromium_plat_support \
libwilhelm \
logd \
make_ext4fs \
mke2fs \
e2fsck \
resize2fs \
tune2fs \
@ -130,7 +130,7 @@ PRODUCT_SYSTEM_SERVER_APPS += \
# Adoptable external storage supports both ext4 and f2fs
PRODUCT_PACKAGES += \
e2fsck \
make_ext4fs \
mke2fs \
fsck.f2fs \
make_f2fs \

View File

@ -71,7 +71,7 @@ PRODUCT_PACKAGES += \
libwilhelm \
libdrmframework_jni \
libdrmframework \
make_ext4fs \
mke2fs \
e2fsck \
resize2fs \
tune2fs \