mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-28 13:18:23 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user