diff options
| author | 2020-06-15 10:12:10 +0000 | |
|---|---|---|
| committer | 2020-06-15 10:12:10 +0000 | |
| commit | 2752d926a9aa78f68c0713af6ecda11b5b02b583 (patch) | |
| tree | 42a38c3fc71b9cf4ce1b2eb90c4b775682dd3be7 /android/variable.go | |
| parent | f3f654a76418870beb21e656512a73ac34e57b3e (diff) | |
| parent | 4f5297b4388175ea34f33ef431ae71dd000313ac (diff) | |
Merge "Rename native code coverage paths product variables in Soong."
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/android/variable.go b/android/variable.go index b69d4254d..4440ceeed 100644 --- a/android/variable.go +++ b/android/variable.go @@ -266,11 +266,11 @@ type productVariables struct { SamplingPGO *bool `json:",omitempty"` - NativeLineCoverage *bool `json:",omitempty"` - Native_coverage *bool `json:",omitempty"` - ClangCoverage *bool `json:",omitempty"` - CoveragePaths []string `json:",omitempty"` - CoverageExcludePaths []string `json:",omitempty"` + NativeLineCoverage *bool `json:",omitempty"` + Native_coverage *bool `json:",omitempty"` + ClangCoverage *bool `json:",omitempty"` + NativeCoveragePaths []string `json:",omitempty"` + NativeCoverageExcludePaths []string `json:",omitempty"` SanitizeHost []string `json:",omitempty"` SanitizeDevice []string `json:",omitempty"` |