Home
last modified time | relevance | path

Searched refs:IsLlndkPublic (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dlinkable.go146 IsLlndkPublic() bool methodSpec
Dlibrary.go1371 isLlndkOrVndk := ctx.IsLlndkPublic() || (ctx.useVndk() && ctx.isVndk())
/build/soong/rust/
Drust.go303 func (c *Module) IsLlndkPublic() bool { func