Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a990cda authored by Steve Kondik's avatar Steve Kondik
Browse files

Remove the build date assert.

We don't care if you downgrade.

Change-Id: I4d077a86ce939db6948182c19a9052c1fea30f25
parent b78faab7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -366,9 +366,9 @@ def WriteFullOTAPackage(input_zip, output_zip):
      metadata=metadata,
      info_dict=OPTIONS.info_dict)

  if not OPTIONS.omit_prereq:
    ts = GetBuildProp("ro.build.date.utc", input_zip)
    script.AssertOlderBuild(ts)
#  if not OPTIONS.omit_prereq:
#    ts = GetBuildProp("ro.build.date.utc", input_zip)
#    script.AssertOlderBuild(ts)

  AppendAssertions(script, input_zip)
  device_specific.FullOTA_Assertions()