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:
@@ -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
|
||||
|
Reference in New Issue
Block a user