Home
last modified time | relevance | path

Searched refs:SupportedLinkages (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dsdk.go514 SupportedLinkages() []string methodSpec
688 func (b *SdkMemberTypeBase) SupportedLinkages() []string { func
/build/soong/sdk/
Dupdate.go1341 if len(ctx.MemberType().SupportedLinkages()) > 0 {
1701 if len(archVariants) == 1 && len(ctx.MemberType().SupportedLinkages()) <= 1 {
1830 if len(imageVariants) == 1 && len(ctx.MemberType().SupportedLinkages()) <= 1 {
1885 if len(imageInfo.linkInfos) < len(ctx.MemberType().SupportedLinkages()) {
1886 for _, l := range ctx.MemberType().SupportedLinkages() {