Update apkdiff to ignore baseline profile.
This commit is contained in:
parent
084cdd7200
commit
0ea66b6bb0
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class ApkDiff:
|
|||
"META-INF/CERTIFIC.RSA",
|
||||
"META-INF/TEXTSECU.RSA",
|
||||
"META-INF/TEXTSECU.SF",
|
||||
# Dynamically-generated file for AOT compilation. Doesn't affect app code.
|
||||
"assets/dexopt/baseline.profm"
|
||||
]
|
||||
|
||||
def compare(self, firstApk, secondApk):
|
||||
|
|
Loading…
Add table
Reference in a new issue