Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/systemfeatures/
H A Dsystem_features.go37 type javaSystemFeaturesSrcs struct { struct
46 var _ genrule.SourceFileGenerator = (*javaSystemFeaturesSrcs)(nil)
47 var _ android.SourceFileProducer = (*javaSystemFeaturesSrcs)(nil)
49 func (m *javaSystemFeaturesSrcs) GenerateAndroidBuildActions(ctx android.ModuleContext) { argument
81 func (m *javaSystemFeaturesSrcs) Srcs() android.Paths { argument
85 func (m *javaSystemFeaturesSrcs) GeneratedSourceFiles() android.Paths { argument
89 func (m *javaSystemFeaturesSrcs) GeneratedDeps() android.Paths { argument
93 func (m *javaSystemFeaturesSrcs) GeneratedHeaderDirs() android.Paths { argument
98 module := &javaSystemFeaturesSrcs{}
H A Dsystem_features_test.go48 systemFeaturesModule := module.Module().(*javaSystemFeaturesSrcs)