Home
last modified time | relevance | path

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

/build/soong/cc/
Dmakevars.go108 if inList(baseName, *vendorPublicLibraries) && module.ExportedToMake() {
Dfuzz.go380 if !ccModule.ExportedToMake() {
Dsanitize.go1043 if c.static() && c.ExportedToMake() {
/build/soong/sysprop/
Dsysprop_library.go501 if m.ExportedToMake() {
/build/soong/java/
Dlint.go450 if ctx.Config().EmbeddedInMake() && !m.ExportedToMake() {
/build/soong/android/
Dmodule.go259 ExportedToMake() bool methodSpec
1049 func (m *ModuleBase) ExportedToMake() bool { func