Home
last modified time | relevance | path

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

/build/soong/android/
Dapex.go747 func (ac *ApexContents) DirectlyInApex(moduleName string) bool { func
760 if !contents.DirectlyInApex(moduleName) {
/build/soong/apex/
Dapex.go2023 if !abInfo.Contents.DirectlyInApex(depName) && (cc.IsStubs() || cc.HasStubsVariants()) {
2552 isStubLibraryFromOtherApex := ccm.HasStubsVariants() && !abInfo.Contents.DirectlyInApex(toName)
/build/soong/cc/
Dcc.go3035 if apexContents.DirectlyInApex(depName) {