Merge "Replace make_ext4fs with mke2fs"

This commit is contained in:
Jin Qian 2017-11-03 17:28:57 +00:00 committed by Gerrit Code Review
commit bd532fbf2e
3 changed files with 3 additions and 4 deletions

View File

@ -2097,7 +2097,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

@ -75,7 +75,7 @@ PRODUCT_PACKAGES += \
libwebviewchromium_plat_support \
libwilhelm \
logd \
make_ext4fs \
mke2fs \
e2fsck \
resize2fs \
tune2fs \
@ -133,7 +133,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

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