Lines Matching refs:module
49 module *Module member
71 h.module.outputFile = android.OptionalPathForPath(outputPath)
97 module, library := NewLibrary(android.HostAndDeviceSupported)
99 module.sdkMemberTypes = []android.SdkMemberType{headersLibrarySdkMemberType}
100 module.bazelHandler = &libraryHeaderBazelHander{module: module, library: library}
101 return module.Init()
106 module, library := NewPrebuiltLibrary(android.HostAndDeviceSupported)
108 return module.Init()
124 module := &bazelCcLibraryHeaders{}
125 module.AddProperties(&module.bazelCcLibraryHeadersAttributes)
126 android.InitBazelTargetModule(module)
127 return module
131 module, ok := ctx.Module().(*Module)
137 if !module.ConvertWithBp2build(ctx) {
145 exportedIncludes := bp2BuildParseExportedIncludes(ctx, module)
146 compilerAttrs := bp2BuildParseCompilerProps(ctx, module)
147 linkerAttrs := bp2BuildParseLinkerProps(ctx, module)
160 ctx.CreateBazelTargetModule(BazelCcLibraryHeadersFactory, module.Name(), props, attrs)