Home
last modified time | relevance | path

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

/build/soong/sdk/
Dupdate.go1073 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/
Dlibrary_sdk_member.go88 for _, linkType := range mt.linkTypes {
91 {Mutator: "link", Variation: linkType},
/build/soong/java/
Djava.go764 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
Dsdk_library.go1609 func moduleStubLinkType(name string) (stub bool, ret linkType) {