diff options
author | 2024-10-21 16:26:12 -0700 | |
---|---|---|
committer | 2024-10-24 10:20:17 -0700 | |
commit | 830f56a78e91ba02314edd6937fcf73f937635ba (patch) | |
tree | cade4f3a63cf4674f044feb3df312e5fbdf5d94c /java/robolectric.go | |
parent | 44b35ecc43347292a95dec396244f083f77c9bdc (diff) |
Remove testing package
The testing package defined test_spec and code_metadata module types,
but they were never used and the owner left google.
Bug: 372091092
Test: Presubmits
Change-Id: I2d34ce173ec46483719a1d333180937b3da1fa04
Diffstat (limited to 'java/robolectric.go')
-rw-r--r-- | java/robolectric.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/robolectric.go b/java/robolectric.go index e6f80ac37..5f46267f9 100644 --- a/java/robolectric.go +++ b/java/robolectric.go @@ -19,7 +19,6 @@ import ( "android/soong/android" "android/soong/java/config" - "android/soong/testing" "android/soong/tradefed" "github.com/google/blueprint/proptools" @@ -243,7 +242,6 @@ func (r *robolectricTest) GenerateAndroidBuildActions(ctx android.ModuleContext) } r.installFile = ctx.InstallFile(installPath, ctx.ModuleName()+".jar", r.outputFile, installDeps...) - android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{}) } func generateSameDirRoboTestConfigJar(ctx android.ModuleContext, outputFile android.ModuleOutPath) { |