forked from openkylin/platform_build
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:
parent
f0ebe872a2
commit
95b2b695cd
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ PRODUCT_PACKAGES += \
|
|||
libwilhelm \
|
||||
libdrmframework_jni \
|
||||
libdrmframework \
|
||||
make_ext4fs \
|
||||
mke2fs \
|
||||
e2fsck \
|
||||
resize2fs \
|
||||
tune2fs \
|
||||
|
|
Loading…
Reference in New Issue