diff options
Diffstat (limited to 'phony')
-rw-r--r-- | phony/phony.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phony/phony.go b/phony/phony.go index 0c62e8a01..e8a6550fa 100644 --- a/phony/phony.go +++ b/phony/phony.go @@ -38,9 +38,6 @@ func PhonyFactory() android.Module { return module } -func (p *phony) DepsMutator(ctx android.BottomUpMutatorContext) { -} - func (p *phony) GenerateAndroidBuildActions(ctx android.ModuleContext) { p.requiredModuleNames = ctx.RequiredModuleNames() if len(p.requiredModuleNames) == 0 { |