Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths.go817 type missingDependencyError struct { struct
818 missingDeps []string
821 func (e missingDependencyError) Error() string {
/aosp_15_r20/build/blueprint/
H A Dcontext.go3683 func (c *Context) missingDependencyError(module *moduleInfo, depName string) (errs error) { func