Merge "Remove coverage variants of vndk_prebuilt_shared" am: ee854c3226

am: 8bc65478d6

Change-Id: I700332c6ef5470f23b97c859c8e0ecfdd2c7cefb
This commit is contained in:
Inseob Kim
2019-09-09 03:20:44 -07:00
committed by android-build-merger

View File

@@ -139,6 +139,10 @@ func (p *vndkPrebuiltLibraryDecorator) link(ctx ModuleContext,
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() {