Increase size of boot and recovery partitions
Increase BOARD_BOOTIMAGE_PARTITION_SIZE and
BOARD_RECOVERYIMAGE_PARTITION_SIZE for coverage builds.
Bug: 138081352
Test: Build and boot cf_x86_phone-userdebug
Test: Build cf_x86_phone-userdebug_coverage on Forrest
Change-Id: I6aa6725bf350474276a6871c165b3f08d6ca1bba
diff --git a/shared/BoardConfig.mk b/shared/BoardConfig.mk
index 1f1d0d7..ce42333 100644
--- a/shared/BoardConfig.mk
+++ b/shared/BoardConfig.mk
@@ -23,8 +23,8 @@
# Boot partition size: 32M
# This is only used for OTA update packages. The image size on disk
# will not change (as is it not a filesystem.)
-BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
-BOARD_RECOVERYIMAGE_PARTITION_SIZE := 33554432
+BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864
+BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
# Build a separate vendor.img partition
BOARD_USES_VENDORIMAGE := true