Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
libra: Use cust as vendor
Browse files Browse the repository at this point in the history
Make use of "cust" partition to free more space in "system".

Change-Id: Id1f7a13d6cae5a12f3d5c4d6b4275eac75036c0d
  • Loading branch information
Ricky Cheung authored and BYZYB committed May 15, 2022
1 parent 3ed1bf7 commit 1044383
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 86 deletions.
5 changes: 4 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,12 @@ BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_CACHEIMAGE_PARTITION_SIZE := 402653184
BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
BOARD_ROOT_EXTRA_SYMLINKS := /mnt/vendor/cust:/cust /mnt/vendor/persist:/persist /vendor/bt_firmware:/bt_firmware /vendor/modem_firmware:/firmware
BOARD_ROOT_EXTRA_SYMLINKS := /mnt/vendor/persist:/persist /vendor/bt_firmware:/bt_firmware /vendor/modem_firmware:/firmware
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2013265920
BOARD_USERDATAIMAGE_PARTITION_SIZE := 27980184576
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_VENDORIMAGE_PARTITION_SIZE := 335544320
TARGET_COPY_OUT_VENDOR := vendor
TARGET_PLATFORM_DEVICE_BASE := /devices/soc.0/
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
Expand Down
Loading

0 comments on commit 1044383

Please sign in to comment.