summaryrefslogtreecommitdiff
path: root/android/test_suites.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/test_suites.go')
-rw-r--r--android/test_suites.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/test_suites.go b/android/test_suites.go
index 936d2b651..18744f1da 100644
--- a/android/test_suites.go
+++ b/android/test_suites.go
@@ -58,9 +58,6 @@ func (t *testSuiteFiles) GenerateBuildActions(ctx SingletonContext) {
t.ravenwood = ravenwoodTestSuite(ctx, files["ravenwood-tests"])
ctx.Phony("ravenwood-tests", t.ravenwood...)
-}
-
-func (t *testSuiteFiles) MakeVars(ctx MakeVarsContext) {
ctx.DistForGoal("robolectric-tests", t.robolectric...)
ctx.DistForGoal("ravenwood-tests", t.ravenwood...)
}