Searched defs:LinkableInterface (Results 1 – 3 of 3) sorted by relevance
| /build/soong/cc/ |
| D | stl.go | 23 func getNdkStlFamily(m LinkableInterface) string { 38 func getNdkStlFamilyAndLinkType(m LinkableInterface) (string, string) {
|
| D | linkable.go | 94 type LinkableInterface interface { interface 285 func GetImageVariantType(c LinkableInterface) ImageVariantType {
|
| D | cc.go | 1486 func CanUseSdk(c LinkableInterface) bool { 1990 func getNameSuffixWithVndkVersion(ctx android.ModuleContext, c LinkableInterface) string { 2012 func GetSubnameProperty(actx android.ModuleContext, c LinkableInterface) string { 2781 m LinkableInterface) []blueprint.Variation { 2812 func AddSharedLibDependenciesWithVersions(ctx android.BottomUpMutatorContext, mod LinkableInterface, 2866 func FilterNdkLibs(c LinkableInterface, config android.Config, list []string) (nonvariantLibs []str… 2883 func rewriteLibsForApiImports(c LinkableInterface, libs []string, replaceList map[string]string, co… 3152 func checkLinkType(ctx android.BaseModuleContext, from LinkableInterface, to LinkableInterface, 4069 func GetMakeLinkType(actx android.ModuleContext, c LinkableInterface) string { 4139 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {
|