diff options
| author | 2020-06-15 18:41:03 +0000 | |
|---|---|---|
| committer | 2020-06-15 18:41:03 +0000 | |
| commit | d38ab21c6ecb08763e10f2bcba4ef4243bccc9df (patch) | |
| tree | ce7d139a89930dd0608b3e3b70fdf1caf66b5e54 /android/variable.go | |
| parent | c41c1a9d13de2ca4bedb5eeaa0b8f8dbf44a1116 (diff) | |
| parent | ada1270ef8796ff436a08ff958033c9c51b94bd9 (diff) | |
Merge "Introduce product variables to select Java code coverage paths in Soong."
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 4440ceeed..863fe5a09 100644 --- a/android/variable.go +++ b/android/variable.go @@ -266,6 +266,9 @@ type productVariables struct { SamplingPGO *bool `json:",omitempty"` + JavaCoveragePaths []string `json:",omitempty"` + JavaCoverageExcludePaths []string `json:",omitempty"` + NativeLineCoverage *bool `json:",omitempty"` Native_coverage *bool `json:",omitempty"` ClangCoverage *bool `json:",omitempty"` |