OSDN Git Service

DO NOT MERGE Pass source's info_dict to vendor's releasetools.py.
authorTao Bao <tbao@google.com>
Tue, 13 Oct 2015 23:37:12 +0000 (16:37 -0700)
committerTao Bao <tbao@google.com>
Fri, 16 Oct 2015 22:47:51 +0000 (15:47 -0700)
commite09359abc0f8c29fbb16d35ab7375d80fde6f931
treeca9ce74b5c89b7f5d0b78d7671cf033015d5e584
parentb16edb5f3ef9032b7e19c29aac2496c34bb8ac76
DO NOT MERGE Pass source's info_dict to vendor's releasetools.py.

When building incremental packages, the info_dict from the source build
should be the one in use. We have done that for most of the partitions
(system and etc.), and should pass that to vendor's script as well.

Also includes the CL in commit aac4ad56b6c60e271d807604b20f72084c58b426
that fixes a bug in commit 6f0b219ac551710c724e3f344023943178cdc217.

Bug: 24898607
Change-Id: I4ea6037dad7061e1683661fc4c394fa3a7a7c5cd
(cherry picked from commit 6f0b219ac551710c724e3f344023943178cdc217)
tools/releasetools/common.py
tools/releasetools/ota_from_target_files.py