Update apkdiff to ignore baseline profile.

This commit is contained in:
Greyson Parrelli 2023-05-12 10:38:04 -04:00
parent 084cdd7200
commit 0ea66b6bb0

View file

@ -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):