Home
last modified time | relevance | path

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

/system/tools/hidl/build/
Dhidl_interface.go382 type vtscRule struct { struct
393 var _ android.SourceFileProducer = (*vtscRule)(nil)
394 var _ genrule.SourceFileGenerator = (*vtscRule)(nil)
396 func (g *vtscRule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
424 func (g *vtscRule) GeneratedSourceFiles() android.Paths { argument
428 func (g *vtscRule) Srcs() android.Paths { argument
432 func (g *vtscRule) GeneratedDeps() android.Paths { argument
436 func (g *vtscRule) GeneratedHeaderDirs() android.Paths { argument
440 func (g *vtscRule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
445 g := &vtscRule{}