(factory-2338.B) Disable system time check. Disable system time check as system time is not preserved across power cycles. This fix is only for Lucas factory branch. BUG=chrome-os-partner:9937 TEST=Manually run 'gooftool finalize'. Change-Id: If2cba8ce92504f88390896fbcfed87e50907c3f3 Reviewed-on: https://gerrit.chromium.org/gerrit/23615 Reviewed-by: Cheng-Yi Chiang <cychiang@chromium.org> Tested-by: Chinyue Chen <chinyue@chromium.org>
diff --git a/py/gooftool.py b/py/gooftool.py index e1972af..790d432 100644 --- a/py/gooftool.py +++ b/py/gooftool.py
@@ -320,7 +320,9 @@ VerifyDevSwitch({}) VerifyWpSwitch({}) VerifyHwid(options) - VerifySystemTime({}) + # Disable system time check as system time is not preserved across power + # cycles. (crosbug.com/p/9937) + #VerifySystemTime({}) VerifyKeys({}) VerifyRootFs({})