Home
last modified time | relevance | path

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

/build/soong/android/
Dprebuilt.go63 SourceExists bool `blueprint:"mutated"` member
234 p.properties.SourceExists = true
248 if !p.properties.SourceExists {
272 if p.properties.SourceExists {
302 func (p *Prebuilt) SourceExists() bool { func
303 return p.properties.SourceExists
/build/soong/apex/
Dprebuilt.go82 if forceDisable && p.prebuilt.SourceExists() {