dre: Build erofs odm, vendor and vendor_dlkm images
Making these partitions erofs saves ~674MB, which lets us reserve significantly more space on /product. Change-Id: I88984f6137c0bc9f01da742a7a485445c2162157
This commit is contained in:
parent
e14a490f4a
commit
da8871005f
3 changed files with 7 additions and 7 deletions
|
|
@ -56,7 +56,7 @@ AB_OTA_POSTINSTALL_CONFIG += \
|
|||
AB_OTA_POSTINSTALL_CONFIG += \
|
||||
RUN_POSTINSTALL_vendor=true \
|
||||
POSTINSTALL_PATH_vendor=bin/checkpoint_gc \
|
||||
FILESYSTEM_TYPE_vendor=ext4 \
|
||||
FILESYSTEM_TYPE_vendor=erofs \
|
||||
POSTINSTALL_OPTIONAL_vendor=true
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue