Home
last modified time | relevance | path

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

/build/soong/cc/
Dmakevars.go107 if inList(baseName, vendorPublicLibraries) && module.ExportedToMake() {
/build/soong/android/
Dmodule.go191 ExportedToMake() bool methodSpec
628 func (a *ModuleBase) ExportedToMake() bool { func