Merge changes I2e00bb66,I00890229

* changes:
  Do not diff .odex files
  Diff libpac.so now that it is deterministic
This commit is contained in:
Dan Willemsen
2016-02-03 18:57:07 +00:00
committed by Gerrit Code Review

View File

@@ -51,9 +51,8 @@ def ignore(name):
'RECOVERY/RAMDISK/selinux_version']:
return True
# b/25348136 libpac.so changes with every build
if name in ['SYSTEM/lib/libpac.so',
'SYSTEM/lib64/libpac.so']:
# b/26956807 .odex files are not deterministic
if name.endswith('.odex'):
return True
return False