summaryrefslogtreecommitdiff
path: root/java/app_test.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2021-03-24 08:23:31 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-03-24 08:23:31 +0000
commit9d33cf237afcb7fc42ca9ebfa87089d2bc67c4ed (patch)
tree8f694700a5c093b0b9fca723421c4137e1b9e00d /java/app_test.go
parent38e73fcfc03b32931081337aff55605caae2b800 (diff)
parentd6339af0b6220586edc92872e1d93fa0a7e9c3da (diff)
Merge "Remove unused test methods and buildDir"
Diffstat (limited to 'java/app_test.go')
-rw-r--r--java/app_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/java/app_test.go b/java/app_test.go
index a7ebbeeb2..609ddf1a8 100644
--- a/java/app_test.go
+++ b/java/app_test.go
@@ -29,15 +29,6 @@ import (
"android/soong/genrule"
)
-// testAppConfig is a legacy way of creating a test Config for testing java app modules.
-//
-// See testJava for an explanation as to how to stop using this deprecated method.
-//
-// deprecated
-func testAppConfig(env map[string]string, bp string, fs map[string][]byte) android.Config {
- return testConfig(env, bp, fs)
-}
-
// testApp runs tests using the javaFixtureFactory
//
// See testJava for an explanation as to how to stop using this deprecated method.