Home
last modified time | relevance | path

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

/build/soong/sdk/
Dupdate.go1436 linkType := getLinkType(linkVariant)
1437 if linkType == "" {
1440 linkInfo := newLinkSpecificInfo(ctx, linkType, variantPropertiesFactory, linkVariant)
1459 linkType := ""
1464 linkType = "shared"
1466 linkType = "static"
1471 return linkType
1495 linkPropertySet := archTypePropertySet.AddPropertySet(linkInfo.linkType)
1507 linkType string member
1514 func newLinkSpecificInfo(ctx android.SdkMemberContext, linkType string, variantPropertiesFactory va…
[all …]
/build/soong/cc/
Dlibrary_sdk_member.go93 for _, linkType := range mt.linkTypes {
95 blueprint.Variation{Mutator: "link", Variation: linkType})
96 if mctx.Device() && linkType == "shared" {