Searched defs:DepIsInSameApex (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | apex.go | 41 type DepIsInSameApex interface { interface 44 DepIsInSameApex(ctx BaseModuleContext, dep Module) bool methodSpec 240 func (m *ApexModuleBase) DepIsInSameApex(ctx BaseModuleContext, dep Module) bool { func
|
/build/soong/java/ |
D | aar.go | 761 func (a *AARImport) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
D | sdk_library.go | 1334 func (module *SdkLibrary) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module) bool { func 1892 func (module *SdkLibraryImport) DepIsInSameApex(mctx android.BaseModuleContext, dep android.Module)… func
|
D | app.go | 954 func (a *AndroidApp) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func 1585 func (a *AndroidAppImport) DepIsInSameApex(_ android.BaseModuleContext, _ android.Module) bool { func
|
D | java.go | 1925 func (j *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func 2721 func (j *Import) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
/build/soong/apex/ |
D | apex.go | 1486 func (a *apexBundle) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|
/build/soong/cc/ |
D | cc.go | 2878 func (c *Module) DepIsInSameApex(ctx android.BaseModuleContext, dep android.Module) bool { func
|