Searched refs:getSdkLinkType (Results 1 – 1 of 1) sorted by relevance
/aosp12/build/soong/java/ |
H A D | base.go | 1549 getSdkLinkType(ctx android.BaseModuleContext, name string) (ret sdkLinkType, stubs bool) 1552 func (m *Module) getSdkLinkType(ctx android.BaseModuleContext, name string) (ret sdkLinkType, stubs… func 1604 myLinkType, stubs := j.getSdkLinkType(ctx, ctx.ModuleName()) 1608 depLinkType, _ := dep.getSdkLinkType(ctx, ctx.OtherModuleName(dep)) 1636 sdkLinkType, _ := j.getSdkLinkType(ctx, ctx.ModuleName())
|