Revert "Do not diff .odex files"
The bug has been fixed, .odex files are deterministic.
This reverts commit c4438d3d29
.
Bug: 26956807
Change-Id: Iaa42dfba5cf79ee64ac20cf4f1f3a4598f4275f4
This commit is contained in:
@@ -51,10 +51,6 @@ def ignore(name):
|
|||||||
'RECOVERY/RAMDISK/selinux_version']:
|
'RECOVERY/RAMDISK/selinux_version']:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# b/26956807 .odex files are not deterministic
|
|
||||||
if name.endswith('.odex'):
|
|
||||||
return True
|
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user