Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go155 NeedsVendorPublicLibraryVariants() bool methodSpec
Dimage.go467 } else if m.NeedsVendorPublicLibraryVariants() {
708 if c.NeedsVendorPublicLibraryVariants() &&
/build/soong/rust/
Drust.go315 func (m *Module) NeedsVendorPublicLibraryVariants() bool { func