Searched refs:linkType (Results 1 – 4 of 4) sorted by relevance
/build/soong/sdk/ |
D | update.go | 1073 linkType := getLinkType(linkVariant) 1074 if linkType == "" { 1077 linkInfo := newLinkSpecificInfo(ctx, linkType, variantPropertiesFactory, linkVariant) 1096 linkType := "" 1101 linkType = "shared" 1103 linkType = "static" 1108 return linkType 1128 linkPropertySet := archTypePropertySet.AddPropertySet(linkInfo.linkType) 1140 linkType string member 1147 func newLinkSpecificInfo(ctx android.SdkMemberContext, linkType string, variantPropertiesFactory va… [all …]
|
/build/soong/cc/ |
D | library_sdk_member.go | 88 for _, linkType := range mt.linkTypes { 91 {Mutator: "link", Variation: linkType},
|
/build/soong/java/ |
D | java.go | 764 linkType, _ := j.getLinkType(ctx.ModuleName()) 766 if linkType != javaPlatform { 893 type linkType int type 898 javaCore linkType = iota 908 getLinkType(name string) (ret linkType, stubs bool) 911 func (m *Module) getLinkType(name string) (ret linkType, stubs bool) { 929 if stub, linkType := moduleStubLinkType(name); stub { 930 return linkType, true
|
D | sdk_library.go | 1609 func moduleStubLinkType(name string) (stub bool, ret linkType) {
|