Searched refs:linkType (Results 1 – 2 of 2) sorted by relevance
1436 linkType := getLinkType(linkVariant)1437 if linkType == "" {1440 linkInfo := newLinkSpecificInfo(ctx, linkType, variantPropertiesFactory, linkVariant)1459 linkType := ""1464 linkType = "shared"1466 linkType = "static"1471 return linkType1495 linkPropertySet := archTypePropertySet.AddPropertySet(linkInfo.linkType)1507 linkType string member1514 func newLinkSpecificInfo(ctx android.SdkMemberContext, linkType string, variantPropertiesFactory va…[all …]
93 for _, linkType := range mt.linkTypes {95 blueprint.Variation{Mutator: "link", Variation: linkType})96 if mctx.Device() && linkType == "shared" {