OSDN Git Service

releasetools: Pack updatable images into IMAGES/ for A/B update.
authorTao Bao <tbao@google.com>
Tue, 17 Nov 2015 00:32:27 +0000 (16:32 -0800)
committerTao Bao <tbao@google.com>
Tue, 17 Nov 2015 00:42:43 +0000 (16:42 -0800)
commita0421cd1bd2398589f2292dfd92ba802110e98e1
treea39066f06e3e767692fdf3994f684b1132e9ad55
parentd1fd823f3349c55ba1d7e3b022a6bbff9f1f2680
releasetools: Pack updatable images into IMAGES/ for A/B update.

Vendor-specific images (radio, bootloader and etc) used to stay in
RADIO/ in target_files zip. A/B updater expects them to be available
under IMAGES/. Make a copy for such images when calling
add_img_to_target_files.py.

We cannot move them directly from RADIO/ to IMAGES/, because we will
delete everything under IMAGES/ when signing for release.

Bug: 25674625
Change-Id: I977c879d0ff7e45c83b3f5c63844a5b135caa383
tools/releasetools/add_img_to_target_files.py