Home
last modified time | relevance | path

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

/external/libchrome/soong/
Dbindings_generator.go396 type mojomSrcjar struct { struct
405 var _ genrule.SourceFileGenerator = (*mojomSrcjar)(nil)
407 func (m *mojomSrcjar) DepsMutator(ctx android.BottomUpMutatorContext) { argument
411 func (m *mojomSrcjar) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
432 func (m *mojomSrcjar) GeneratedHeaderDirs() android.Paths { argument
436 func (m *mojomSrcjar) GeneratedDeps() android.Paths { argument
440 func (m *mojomSrcjar) GeneratedSourceFiles() android.Paths { argument
444 func (m *mojomSrcjar) Srcs() android.Paths { argument
449 m := &mojomSrcjar{}