diff options
Diffstat (limited to 'android/namespace.go')
-rw-r--r-- | android/namespace.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/namespace.go b/android/namespace.go index b027cebb..dca2b8c9 100644 --- a/android/namespace.go +++ b/android/namespace.go @@ -366,9 +366,6 @@ type NamespaceModule struct { } } -func (n *NamespaceModule) DepsMutator(context BottomUpMutatorContext) { -} - func (n *NamespaceModule) GenerateAndroidBuildActions(ctx ModuleContext) { } |