commit | ee854c322679d78e9c44ff65ed8311df6a6409f6 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Sep 09 09:50:34 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Sep 09 09:50:34 2019 +0000 |
tree | 10e8249bc08f1e30d99aa647730500f70ed6f3db | |
parent | 7390ea3d793763f254b49e77a36af7354dd3c1e8 [diff] | |
parent | c9fa4a32473a69345f8478c37b5c8cd3c4564f2e [diff] |
Merge "Remove coverage variants of vndk_prebuilt_shared"
diff --git a/cc/vndk_prebuilt.go b/cc/vndk_prebuilt.go index c8ff87f..da357ed 100644 --- a/cc/vndk_prebuilt.go +++ b/cc/vndk_prebuilt.go
@@ -139,6 +139,10 @@ return nil } +func (p *vndkPrebuiltLibraryDecorator) nativeCoverage() bool { + return false +} + func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) { arches := ctx.DeviceConfig().Arches() if len(arches) == 0 || arches[0].ArchType.String() != p.arch() {