Merge "Add dtbo partition information"

This commit is contained in:
TreeHugger Robot
2017-05-24 07:46:48 +00:00
committed by Android (Google) Code Review
2 changed files with 6 additions and 1 deletions

View File

@@ -62,6 +62,10 @@ BOARD_PERSISTIMAGE_PARTITION_SIZE := 33554432
BOARD_PERSISTIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 131072
# DTBO partition definitions
BOARD_PREBUILT_DTBOIMAGE := device/google/wahoo-kernel/dtbo.img
BOARD_DTBOIMG_PARTITION_SIZE := 8388608
ENABLE_CPUSETS := true
TARGET_COPY_OUT_VENDOR := vendor

View File

@@ -95,7 +95,8 @@ AB_OTA_PARTITIONS += \
boot \
system \
vbmeta \
vendor
vendor \
dtbo
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \