Home
last modified time | relevance | path

Searched refs:GetMakeLinkType (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/soong/rust/
H A Drust.go769 mod.makeLinkType = cc.GetMakeLinkType(actx, mod)
/aosp12/build/soong/cc/
H A Dcc.go1675 c.makeLinkType = GetMakeLinkType(actx, c)
3091 func GetMakeLinkType(actx android.ModuleContext, c LinkableInterface) string { func