diff options
Diffstat (limited to 'java/app_test.go')
-rw-r--r-- | java/app_test.go | 9 |
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. |