Home
last modified time | relevance | path

Searched refs:xsdConfig (Results 1 – 1 of 1) sorted by relevance

/system/tools/xsdc/build/
Dxsdc.go85 type xsdConfig struct { struct
101 var _ android.SourceFileProducer = (*xsdConfig)(nil)
124 func (module *xsdConfig) GeneratedSourceFiles() android.Paths { argument
128 func (module *xsdConfig) Srcs() android.Paths { argument
132 func (module *xsdConfig) GeneratedDeps() android.Paths { argument
136 func (module *xsdConfig) GeneratedHeaderDirs() android.Paths { argument
140 func (module *xsdConfig) DepsMutator(ctx android.BottomUpMutatorContext) { argument
144 func (module *xsdConfig) generateXsdConfig(ctx android.ModuleContext) { argument
162 func (module *xsdConfig) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
256 if module, ok := mctx.Module().(*xsdConfig); ok {
[all …]