summaryrefslogtreecommitdiff
path: root/cc/binary.go
diff options
context:
space:
mode:
author Oliver Nguyen <olivernguyen@google.com> 2019-04-24 14:22:25 -0700
committer Oliver Nguyen <olivernguyen@google.com> 2020-02-03 19:00:22 +0000
commitbaa54c6ed830a7cd1cb7fe5405c7a33b65c9a2cc (patch)
tree9d3cc6548d3d0a8a085c0e62b9cc2f27a8505f9e /cc/binary.go
parentcba45b28925b2fb3ebbd9e281a185de0d2b8b0c7 (diff)
Package coverage files as a zip.
Bug: 148178774 Test: make NATIVE_COVERAGE=true COVERAGE_PATHS="*" Change-Id: I955212a20ea19c854ebc88635252a1d174ea8f7f Merged-In: I955212a20ea19c854ebc88635252a1d174ea8f7f (cherry picked from commit c743414d4298c2ffad94eb4fc00d644b992b0bf8)
Diffstat (limited to 'cc/binary.go')
-rw-r--r--cc/binary.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/binary.go b/cc/binary.go
index 666e88491..f6510a45c 100644
--- a/cc/binary.go
+++ b/cc/binary.go
@@ -388,7 +388,7 @@ func (binary *binaryDecorator) link(ctx ModuleContext,
objs.coverageFiles = append(objs.coverageFiles, deps.StaticLibObjs.coverageFiles...)
objs.coverageFiles = append(objs.coverageFiles, deps.WholeStaticLibObjs.coverageFiles...)
- binary.coverageOutputFile = TransformCoverageFilesToLib(ctx, objs, builderFlags, binary.getStem(ctx))
+ binary.coverageOutputFile = TransformCoverageFilesToZip(ctx, objs, binary.getStem(ctx))
// Need to determine symlinks early since some targets (ie APEX) need this
// information but will not call 'install'