Home
last modified time | relevance | path

Searched defs:GoPackage (Results 1 – 5 of 5) 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/soong/golang/
Dgolang.go42 type GoPackage struct { struct
43 android.ModuleBase
44 bootstrap.GoPackage anonMember
54 func (g *GoPackage) GenerateBuildActions(ctx blueprint.ModuleContext) {
62 func (g *GoPackage) GenerateAndroidBuildActions(ctx android.ModuleContext) {
/build/blueprint/bootstrap/
Dbootstrap.go266 type GoPackage struct { struct
267 blueprint.SimpleName
268 properties struct {
299 func (g *GoPackage) Properties() []interface{} {
303 func (g *GoPackage) DynamicDependencies(ctx blueprint.DynamicDependerModuleContext) []string {
307 func (g *GoPackage) bootstrapDeps(ctx blueprint.BottomUpMutatorContext) {
317 func (g *GoPackage) GenerateBuildActions(ctx blueprint.ModuleContext) {