wahoo: define the product image

Introduce the productpartition to wahoo series devices, however only define the common product partition in this tree.
Later details, such as the inclusion of system_ext partitions for taimen, is included in per-device trees.
Product partition is defined at 3.0GiB with later requirements of Android 13, causing an increase from the previous values.
This commit is contained in:
PixelBoot
2023-02-03 22:51:26 +01:00
committed by Asriadi Rahim
parent 7503b48418
commit 5c1ea73214

View File

@@ -76,6 +76,8 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 26503790080
BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432
BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 131072
BOARD_PRODUCTIMAGE_PARTITION_SIZE := 3221225472
BOARD_PRODUCTIMAGE_FILE_SYSTEM_TYPE := ext4
# DTBO partition definitions
BOARD_PREBUILT_DTBOIMAGE := device/google/wahoo-kernel/dtbo.img
@@ -83,6 +85,8 @@ BOARD_DTBOIMG_PARTITION_SIZE := 8388608
TARGET_COPY_OUT_VENDOR := vendor
TARGET_COPY_OUT_PRODUCT := product
# Install odex files into the other system image
BOARD_USES_SYSTEM_OTHER_ODEX := true