Home
last modified time | relevance | path

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

/system/tools/xsdc/build/
Dxsdc.go69 type xsdConfig struct { struct
85 var _ android.SourceFileProducer = (*xsdConfig)(nil)
108 func (module *xsdConfig) GeneratedSourceFiles() android.Paths { argument
112 func (module *xsdConfig) Srcs() android.Paths { argument
116 func (module *xsdConfig) GeneratedDeps() android.Paths { argument
120 func (module *xsdConfig) GeneratedHeaderDirs() android.Paths { argument
124 func (module *xsdConfig) DepsMutator(ctx android.BottomUpMutatorContext) { argument
128 func (module *xsdConfig) generateXsdConfig(ctx android.ModuleContext) { argument
146 func (module *xsdConfig) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
204 if module, ok := mctx.Module().(*xsdConfig); ok {
[all …]