OSDN Git Service

Include BRILLO_VENDOR_PARTITIONS in target zip generation
authorWei Wang <wvw@google.com>
Wed, 11 May 2016 05:48:13 +0000 (22:48 -0700)
committerWei Wang <wvw@google.com>
Wed, 11 May 2016 19:26:04 +0000 (12:26 -0700)
commit2e735ca34ecf70f5ebdded9e550ca47f78b5e1e6
treeb5b8b23b4781a3c6a118b656a4058d7ac9539ea5
parent7ff7c2d8709bf1f8fa6e6d8350dcea63f1a9b3e8
Include BRILLO_VENDOR_PARTITIONS in target zip generation

This change will enable the target zip to include partition defined in
BRILLO_VENDOR_PARTITIONS. This is necessary for OTA to support
partitions other than boot and system in ab_partitions.txt.

The target zip will include images in BRILLO_VENDOR_PARTITIONS if
defined, under VENDOR_IMAGES/ with path kept. Also any vendor partitions
defined in AB_OTA_PARTITIONS will be copied to IMAGES/ in the target zip.

BUG: 28623063
Change-Id: Ic479048dfb8ac506acf827865e784fcb0432a1d5
core/Makefile
tools/releasetools/add_img_to_target_files.py