Home
last modified time | relevance | path

Searched defs:pathContextAddMissingDependenciesWrapper (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dmodule_test.go1006 type pathContextAddMissingDependenciesWrapper struct { struct
1007 PathContext
1008 missingDeps []string
1011 func (p *pathContextAddMissingDependenciesWrapper) AddMissingDependencies(deps []string) {
1014 func (p *pathContextAddMissingDependenciesWrapper) OtherModuleName(module blueprint.Module) string {