Fix a misnamed variable to fix the build.

Change-Id: Ia69d48ace0a6c10c5e6ea06714e52b8c937e213f
This commit is contained in:
Geremy Condra
2013-11-17 18:10:55 -08:00
parent fd6f7513f8
commit 1f50400241

View File

@@ -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