Home
last modified time | relevance | path

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

/external/libchrome/soong/
Dbindings_generator.go474 type mojomSrcjar struct { struct
483 var _ genrule.SourceFileGenerator = (*mojomSrcjar)(nil)
485 func (m *mojomSrcjar) DepsMutator(ctx android.BottomUpMutatorContext) { argument
489 func (m *mojomSrcjar) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
510 func (m *mojomSrcjar) GeneratedHeaderDirs() android.Paths { argument
514 func (m *mojomSrcjar) GeneratedDeps() android.Paths { argument
518 func (m *mojomSrcjar) GeneratedSourceFiles() android.Paths { argument
522 func (m *mojomSrcjar) Srcs() android.Paths { argument
527 m := &mojomSrcjar{}