Skip to content

Commit

Permalink
Build squashfs images
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasto committed Jan 23, 2023
1 parent f830b1d commit dccda1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,11 @@ TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_COPY_OUT_VENDOR := vendor
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3547483648
BOARD_SYSTEMIMAGE_FILE_SYSTEM_TYPE := squashfs
BOARD_SYSTEMIMAGE_SQUASHFS_COMPRESSOR := gzip
BOARD_VENDORIMAGE_PARTITION_SIZE := 1547483648
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := squashfs
BOARD_VENDORIMAGE_SQUASHFS_COMPRESSOR := gzip

# Disable scudo
MALLOC_SVELTE := true

0 comments on commit dccda1f

Please sign in to comment.