Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dprebuilt.go64 SourceExists bool `blueprint:"mutated"` member
303 p.properties.SourceExists = true
316 if !p.properties.SourceExists {
338 if p.properties.SourceExists {
375 func (p *Prebuilt) SourceExists() bool { func
376 return p.properties.SourceExists
/aosp12/build/soong/cc/
H A Dfuzz.go224 …if prebuilt := android.GetEmbeddedPrebuilt(dependency); prebuilt != nil && prebuilt.SourceExists()…
/aosp12/build/soong/apex/
H A Dprebuilt.go141 if forceDisable && p.prebuilt.SourceExists() {