Home
last modified time | relevance | path

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

/system/tools/aidl/build/
Daidl_interface.go301 type aidlGenRule struct { struct
318 var _ android.SourceFileProducer = (*aidlGenRule)(nil)
319 var _ genrule.SourceFileGenerator = (*aidlGenRule)(nil)
321 func (g *aidlGenRule) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
384 func (g *aidlGenRule) generateBuildActionsForSingleAidl(ctx android.ModuleContext, src android.Path… argument
485 func (g *aidlGenRule) GeneratedSourceFiles() android.Paths { argument
489 func (g *aidlGenRule) Srcs() android.Paths { argument
493 func (g *aidlGenRule) GeneratedDeps() android.Paths { argument
497 func (g *aidlGenRule) GeneratedHeaderDirs() android.Paths { argument
501 func (g *aidlGenRule) DepsMutator(ctx android.BottomUpMutatorContext) { argument
[all …]