Home
last modified time | relevance | path

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

/build/soong/cmd/go2bp/
Dgo2bp.go106 type GoPackage struct { struct
107 ExportToAndroid bool
109 Dir string
110 ImportPath string
111 Name string
112 Imports []string
113 GoFiles []string
114 TestGoFiles []string
115 TestImports []string
117 Module *GoModule
[all …]
/build/blueprint/microfactory/
Dmicrofactory.go160 type GoPackage struct { struct
161 Name string
164 directDeps []*GoPackage // specified directly by the module
165 allDeps []*GoPackage // direct dependencies and transitive dependencies
166 files []string
169 pkgDir string
170 output string
171 hashResult []byte
174 mutex sync.Mutex
175 compiled bool
[all …]
Dmicrofactory_test.go126 after func(pkg *GoPackage)) {
/build/blueprint/bootstrap/
Dbootstrap.go206 type GoPackage struct { struct
207 blueprint.SimpleName
208 properties struct {
229 pkgRoot string
232 archiveFile string
235 testResultFile []string
247 func (g *GoPackage) DynamicDependencies(ctx blueprint.DynamicDependerModuleContext) []string {
254 func (g *GoPackage) GoPkgPath() string {
258 func (g *GoPackage) GoPkgRoot() string {
262 func (g *GoPackage) GoPackageTarget() string {
[all …]