Home
last modified time | relevance | path

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

/aosp12/build/blueprint/microfactory/
H A Dmicrofactory.go143 type GoPackage struct { struct
144 Name string
147 directDeps []*GoPackage // specified directly by the module
149 files []string
152 pkgDir string
153 output string
154 hashResult []byte
157 mutex sync.Mutex
158 compiled bool
159 failed error
[all …]
H A Dmicrofactory_test.go126 after func(pkg *GoPackage)) {