Home
last modified time | relevance | path

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

/build/soong/sdk/
Dupdate.go1336 linkType string member
1340 linkType := ""
1342 linkType = getLinkType(variant)
1348 linkType: linkType,
1418 coord.osType, coord.archId.String(), coord.image, coord.linkType,
1726 linkType := ""
1731 linkType = "shared"
1733 linkType = "static"
1738 return linkType
1836 linkType := getLinkType(linkVariant)
[all …]
/build/soong/cc/
Dlibrary_sdk_member.go171 for _, linkType := range mt.SupportedLinkageNames {
173 blueprint.Variation{Mutator: "link", Variation: linkType})
176 if ctx.Device() && linkType == "shared" {
/build/soong/java/
Dbase.go2190 if stub, linkType := moduleStubLinkType(name); stub {
2191 return linkType, true