Home
last modified time | relevance | path

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

/system/tools/hidl/build/
Dhidl_interface.go192 type vtscRule struct { struct
203 var _ android.SourceFileProducer = (*vtscRule)(nil)
204 var _ genrule.SourceFileGenerator = (*vtscRule)(nil)
206 func (g *vtscRule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
234 func (g *vtscRule) GeneratedSourceFiles() android.Paths { argument
238 func (g *vtscRule) Srcs() android.Paths { argument
242 func (g *vtscRule) GeneratedDeps() android.Paths { argument
246 func (g *vtscRule) GeneratedHeaderDirs() android.Paths { argument
250 func (g *vtscRule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
255 g := &vtscRule{}