Home
last modified time | relevance | path

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

/build/soong/android/
Dmodule_test.go961 type pathContextAddMissingDependenciesWrapper struct { struct
962 PathContext
963 missingDeps []string
966 func (p *pathContextAddMissingDependenciesWrapper) AddMissingDependencies(deps []string) {
969 func (p *pathContextAddMissingDependenciesWrapper) OtherModuleName(module blueprint.Module) string {