Merge "Build non-sparse super image if necessary." am: 405d3a4ade

am: 28c875581c

Change-Id: Ide57dcc7df9429fe21be750081ce0a7ffda5f589
This commit is contained in:
Yifan Hong
2019-04-04 16:36:18 -07:00
committed by android-build-merger
2 changed files with 3 additions and 1 deletions

View File

@@ -137,7 +137,7 @@ def BuildSuperImageFromDict(info_dict, output):
cmd += GetArgumentsForImage(partition + "_b", group + "_b", other_image)
if has_image:
if info_dict.get("build_non_sparse_super_partition") != "true":
cmd.append("--sparse")
cmd += ["--output", output]