Fix a misnamed variable to fix the build.
Change-Id: Ia69d48ace0a6c10c5e6ea06714e52b8c937e213f
This commit is contained in:
@@ -256,7 +256,7 @@ def BuildImage(in_dir, prop_dict, out_file):
|
||||
return False
|
||||
|
||||
if run_fsck and prop_dict.get("skip_fsck") != "true":
|
||||
success, unsparse_image_path = UnsparseImage(out_file)
|
||||
success, unsparse_image = UnsparseImage(out_file)
|
||||
if not success:
|
||||
return False
|
||||
|
||||
|
Reference in New Issue
Block a user