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

Commit a465cf68 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "Revert "Do not diff .odex files""

parents db82f727 86c8ebb6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -51,10 +51,6 @@ def ignore(name):
              'RECOVERY/RAMDISK/selinux_version']:
    return True

  # b/26956807 .odex files are not deterministic
  if name.endswith('.odex'):
    return True

  return False