diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2021-01-26 15:28:36 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-01-26 15:28:36 +0000 |
commit | 2a3094c70f2fed2e2e3ae9b9b78a6a97ba4b2a33 (patch) | |
tree | a0edca0ee13411566bdac49fb2858440b2ebf608 /rust/compiler.go | |
parent | 4c183c758143a887373d2719fad07d418f099a8e (diff) | |
parent | fa049385b89273f8c0ab3cd76e5ff3724265ec6c (diff) |
Merge "Migrate Rust to LLVM coverage."
Diffstat (limited to 'rust/compiler.go')
-rw-r--r-- | rust/compiler.go | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rust/compiler.go b/rust/compiler.go index 2d9575c0e..c92182420 100644 --- a/rust/compiler.go +++ b/rust/compiler.go @@ -136,8 +136,7 @@ type BaseCompilerProperties struct { } type baseCompiler struct { - Properties BaseCompilerProperties - coverageFile android.Path //rustc generates a single gcno file + Properties BaseCompilerProperties // Install related dir string @@ -148,8 +147,7 @@ type baseCompiler struct { location installLocation sanitize *sanitize - coverageOutputZipFile android.OptionalPath - distFile android.OptionalPath + distFile android.OptionalPath // Stripped output file. If Valid(), this file will be installed instead of outputFile. strippedOutputFile android.OptionalPath } |