Remove empty DepsMutator methods
Add an empty DepsMutator to ModuleBase so it doesn't have to be implemented on every module that doesn't need it. Test: all soong tests Change-Id: I545a832a0dbf27386d3080377a75ea482cd9ce59
This commit is contained in:
@@ -519,8 +519,6 @@ func toolFactory() android.Module {
|
||||
return module
|
||||
}
|
||||
|
||||
func (t *testTool) DepsMutator(ctx android.BottomUpMutatorContext) {}
|
||||
|
||||
func (t *testTool) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
||||
t.outputFile = android.PathForTesting("out", ctx.ModuleName())
|
||||
}
|
||||
|
Reference in New Issue
Block a user