Home
last modified time | relevance | path

Searched defs:sourceProducerTestModule (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/android/
H A Dmodule_test.go937 type sourceProducerTestModule struct { struct
938 ModuleBase
939 props struct {
952 func (s sourceProducerTestModule) GenerateAndroidBuildActions(ModuleContext) {}
954 func (s sourceProducerTestModule) Srcs() Paths { return PathsForTesting(s.props.A) }