Files
build_soong/cmd/diff_target_files/known_nondeterminism.whitelist
Colin Cross d93112ae26 Add a whitelist for services.art changing between builds
Bug: 120039850
Test: manual
Change-Id: Ie7f776a4e2743883ea006c66148fc4f40f90ce07
2019-04-01 10:07:25 -07:00

11 lines
225 B
Plaintext

// 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"
]
}
]