Merge "Migrate Rust to LLVM coverage."

This commit is contained in:
Treehugger Robot
2021-01-26 15:28:36 +00:00
committed by Gerrit Code Review
9 changed files with 19 additions and 185 deletions

View File

@@ -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
}