Copied from cl/240594925. Bug: 121158314 Test: copied unit tests Change-Id: I2e91126285dcd33171ff8b8dbfcfa5d48501f535
18 lines
465 B
Plaintext
18 lines
465 B
Plaintext
[
|
|
// Ignore date, version and hostname properties in build.prop and prop.default files.
|
|
{
|
|
"Paths": [
|
|
"**/build.prop",
|
|
"**/prop.default"
|
|
],
|
|
"IgnoreMatchingLines": [
|
|
"ro\\..*build\\.date=.*",
|
|
"ro\\..*build\\.date\\.utc=.*",
|
|
"ro\\..*build\\.version\\.incremental=.*",
|
|
"ro\\..*build\\.fingerprint=.*",
|
|
"ro\\.build\\.display\\.id=.*",
|
|
"ro\\.build\\.description=.*",
|
|
"ro\\.build\\.host=.*"
|
|
]
|
|
}
|
|
] |