Add build flags for spanning the super partition across multiple block devices.
This adds BOARD_SUPER_PARTITION_BLOCK_DEVICES, which must contain a list of the (non-A/B suffixed) partitions that will comprise the super partition. It is only intended for devices which cannot have a partition named "super". For each entry, there must be a BOARD_SUPER_PARTITION_x_DEVICE_SIZE variable defined with the exact size of that partition (not its image size). The sum of these sizes must be equal to BOARD_SUPER_PARTITION_SIZE. Bug: 116802789 Test: device with BOARD_SUPER_PARTITION_BLOCK_DEVICES builds Change-Id: I1a79c2e08ca99ce7e42207893ef3285caffecf44
Loading
Please register or sign in to comment