Merge "Remove coverage variants of vndk_prebuilt_shared" am: ee854c3226
am: 8bc65478d6
am: 0a8bd3abe5
Change-Id: Idd0c2a4192a3a02146e7549aeccf8a148c542abf
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user