Merge "Fix a naming typo for source_build" into nyc-dev

This commit is contained in:
Tianjie Xu
2016-06-15 20:46:07 +00:00
committed by Android (Google) Code Review

View File

@@ -730,7 +730,7 @@ public class RecoverySystem {
if (line.startsWith("time")) {
timeTotal = scaled;
} else if (line.startsWith("source_version")) {
} else if (line.startsWith("source_build")) {
sourceVersion = scaled;
} else if (line.startsWith("bytes_written")) {
bytesWrittenInMiB = (bytesWrittenInMiB == -1) ? scaled :