Home
last modified time | relevance | path

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

/system/tools/hidl/build/
Dhidl_interface.go80 type hidlGenRule struct { struct
90 var _ android.SourceFileProducer = (*hidlGenRule)(nil)
91 var _ genrule.SourceFileGenerator = (*hidlGenRule)(nil)
93 func (g *hidlGenRule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
155 func (g *hidlGenRule) GeneratedSourceFiles() android.Paths { argument
159 func (g *hidlGenRule) Srcs() android.Paths { argument
163 func (g *hidlGenRule) GeneratedDeps() android.Paths { argument
167 func (g *hidlGenRule) GeneratedHeaderDirs() android.Paths { argument
171 func (g *hidlGenRule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
178 g := &hidlGenRule{}
[all …]