Add a whitelist for services.art changing between builds

Bug: 120039850
Test: manual
Change-Id: Ie7f776a4e2743883ea006c66148fc4f40f90ce07
This commit is contained in:
Colin Cross
2019-03-27 11:03:04 -07:00
parent 91ee4c793d
commit d93112ae26

View File

@@ -0,0 +1,10 @@
// List of files that are known to be non-deterministic, along with the
// bug number to tracking fixing the non-determinism.
[
{
"Paths": [
// b/120039850
"system/framework/oat/*/services.art"
]
}
]