Home
last modified time | relevance | path

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

/build/soong/sdk/
Dsdk.go487 if dep, ok := m.(android.SdkAware); ok && android.IsDepInSameApex(mctx, parent, dep) {
/build/soong/android/
Dapex.go153 func IsDepInSameApex(ctx BaseModuleContext, module, dep Module) bool { func
/build/soong/apex/
Dapex.go867 if !android.IsDepInSameApex(mctx, parent, child) {
1019 if !android.IsDepInSameApex(mctx, am, child) {
1882 if !android.IsDepInSameApex(ctx, am, am) {