releasetools: Move recovery-two-step.img to OTA/.

It used to be packed at IMAGES/recovery-two-step.img, but to serve OTA
purpose only.

Test: `m dist` with a non-A/B target. Check the file in the generated
      target_files.zip.
Test: Create two-step package. Check that recovery-two-step.img is used.
Change-Id: Iec6a73c682e0f844cd8c0b758c9470fa35dd15d8
This commit is contained in:
Tao Bao
2019-07-25 23:11:41 -07:00
parent 5da40edef0
commit 0480850f0b
5 changed files with 14 additions and 13 deletions

View File

@@ -103,8 +103,6 @@ def CopyUserImages(input_tmp, output_zip):
continue
if not image.endswith(".img"):
continue
if image == "recovery-two-step.img":
continue
if OPTIONS.put_super:
if image == "super_empty.img":
continue