OSDN Git Service

Pack META/ab_partitions.txt when using the A/B OTA updater.
authorAlex Deymo <deymo@google.com>
Fri, 2 Oct 2015 00:38:09 +0000 (17:38 -0700)
committerAlex Deymo <deymo@google.com>
Fri, 2 Oct 2015 02:31:18 +0000 (19:31 -0700)
commit8925d334c3d9932526242ad78ec7a0c23627c3a8
treee7a4cfad92f1218184813e915f67162f499a92be
parent6ec320df174b6f1dd17023e20fc642f89bb83b4c
Pack META/ab_partitions.txt when using the A/B OTA updater.

The list of A/B partitions updated is product-specific. Normally you
would update boot and system, but the product could require to update
other partitions during a system update. This patch packages the list
of A/B partitions configured to be updated when using the A/B updater.
The list can be set in the product makefile by setting the make
variable UPDATE_AB_PARTITIONS.

Bug: 24387863
Test: `make dist` creates the META/ab_partitions.txt in the target_files.zip

Change-Id: I4226ab05c7c7cd74721b06f1da64c6cf4d0e52ac
core/Makefile