forked from openkylin/platform_build
Merge changes I2e00bb66,I00890229
* changes: Do not diff .odex files Diff libpac.so now that it is deterministic
This commit is contained in:
commit
6c597e6bdd
|
@ -51,9 +51,8 @@ def ignore(name):
|
||||||
'RECOVERY/RAMDISK/selinux_version']:
|
'RECOVERY/RAMDISK/selinux_version']:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# b/25348136 libpac.so changes with every build
|
# b/26956807 .odex files are not deterministic
|
||||||
if name in ['SYSTEM/lib/libpac.so',
|
if name.endswith('.odex'):
|
||||||
'SYSTEM/lib64/libpac.so']:
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue