File: props.whitelist

package info (click to toggle)
golang-android-soong 0.0~git20201014.17e97d9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,680 kB
  • sloc: python: 3,000; sh: 1,780; cpp: 66; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
  // 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=.*"
    ]
  }
]