OSDN Git Service

Honor TARGET_NO_RECOVERY flag.
authorTao Bao <tbao@google.com>
Wed, 28 Oct 2015 02:25:18 +0000 (19:25 -0700)
committerTao Bao <tbao@google.com>
Wed, 28 Oct 2015 03:00:10 +0000 (20:00 -0700)
commitdb45efa64764c1de5c007384ab172ad817e1d295
tree86ea8270ef30c602c02bdb998997b61c2db47663
parent0d4dad46f44d6f4a498a1a8205a4b26ae2e55ac5
Honor TARGET_NO_RECOVERY flag.

Don't generate recovery.img when calling 'make dist' if
TARGET_NO_RECOVERY is set. The build system passes the flag to the
packaging script which then generates recovery.img conditionally.

Bug: 25329471
Change-Id: Ifbc999300d5c31e897878f81e231ae7dd2aca660
core/Makefile
tools/releasetools/add_img_to_target_files.py
tools/releasetools/img_from_target_files.py
tools/releasetools/ota_from_target_files.py