From d6339af0b6220586edc92872e1d93fa0a7e9c3da Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 22 Mar 2021 18:05:04 +0000 Subject: Remove unused test methods and buildDir Bug: 182885307 Test: m nothing Change-Id: I251145a82479428a82f19cbde6b415d149acd619 --- java/app_test.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'java/app_test.go') 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. -- cgit v1.2.3-59-g8ed1b