summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2020-06-15 10:12:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-06-15 10:12:10 +0000
commit2752d926a9aa78f68c0713af6ecda11b5b02b583 (patch)
tree42a38c3fc71b9cf4ce1b2eb90c4b775682dd3be7 /android/variable.go
parentf3f654a76418870beb21e656512a73ac34e57b3e (diff)
parent4f5297b4388175ea34f33ef431ae71dd000313ac (diff)
Merge "Rename native code coverage paths product variables in Soong."
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go10
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"`