Home
last modified time | relevance | path

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

/system/tools/hidl/build/
Dhidl_interface.go384 type vtscRule struct { struct
395 var _ android.SourceFileProducer = (*vtscRule)(nil)
396 var _ genrule.SourceFileGenerator = (*vtscRule)(nil)
398 func (g *vtscRule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
426 func (g *vtscRule) GeneratedSourceFiles() android.Paths { argument
430 func (g *vtscRule) Srcs() android.Paths { argument
434 func (g *vtscRule) GeneratedDeps() android.Paths { argument
438 func (g *vtscRule) GeneratedHeaderDirs() android.Paths { argument
442 func (g *vtscRule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
447 g := &vtscRule{}