Merge "Add gcov coverage support to Rust modules."

This commit is contained in:
Ivan Lozano
2020-05-07 17:56:43 +00:00
committed by Gerrit Code Review
21 changed files with 628 additions and 91 deletions

View File

@@ -714,6 +714,8 @@ func (a *AndroidApp) MarkAsCoverageVariant(coverage bool) {
a.appProperties.IsCoverageVariant = coverage
}
func (a *AndroidApp) EnableCoverageIfNeeded() {}
var _ cc.Coverage = (*AndroidApp)(nil)
// android_app compiles sources and Android resources into an Android application package `.apk` file.