Home
last modified time | relevance | path

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

/aosp12/build/soong/tradefed/suite_harness/
H A Dtradefed_binary.go101 type tradefedBinaryGen struct { struct
110 tfg := &tradefedBinaryGen{}
116 func (tfg *tradefedBinaryGen) DepsMutator(android.BottomUpMutatorContext) {}
128 func (tfg *tradefedBinaryGen) GenerateAndroidBuildActions(ctx android.ModuleContext) {
159 func (tfg *tradefedBinaryGen) Srcs() android.Paths {
163 var _ android.SourceFileProducer = (*tradefedBinaryGen)(nil)