aboutsummaryrefslogtreecommitdiffstats
path: root/android/neverallow_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/neverallow_test.go')
-rw-r--r--android/neverallow_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/android/neverallow_test.go b/android/neverallow_test.go
index 9e4886c2..8d530874 100644
--- a/android/neverallow_test.go
+++ b/android/neverallow_test.go
@@ -222,9 +222,6 @@ func newMockCcLibraryModule() Module {
return m
}
-func (p *mockCcLibraryModule) DepsMutator(ctx BottomUpMutatorContext) {
-}
-
func (p *mockCcLibraryModule) GenerateAndroidBuildActions(ModuleContext) {
}
@@ -244,8 +241,5 @@ func newMockJavaLibraryModule() Module {
return m
}
-func (p *mockJavaLibraryModule) DepsMutator(ctx BottomUpMutatorContext) {
-}
-
func (p *mockJavaLibraryModule) GenerateAndroidBuildActions(ModuleContext) {
}