diff options
author | 2024-10-21 16:26:12 -0700 | |
---|---|---|
committer | 2024-10-24 10:20:17 -0700 | |
commit | 830f56a78e91ba02314edd6937fcf73f937635ba (patch) | |
tree | cade4f3a63cf4674f044feb3df312e5fbdf5d94c /java/bootclasspath_fragment.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/bootclasspath_fragment.go')
-rw-r--r-- | java/bootclasspath_fragment.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/bootclasspath_fragment.go b/java/bootclasspath_fragment.go index 4fcd40bd3..1a3368057 100644 --- a/java/bootclasspath_fragment.go +++ b/java/bootclasspath_fragment.go @@ -23,7 +23,6 @@ import ( "android/soong/android" "android/soong/dexpreopt" - "android/soong/testing" "github.com/google/blueprint/proptools" @@ -524,7 +523,6 @@ func (b *BootclasspathFragmentModule) GenerateAndroidBuildActions(ctx android.Mo if ctx.Module() != ctx.FinalModule() { b.HideFromMake() } - android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{}) } // getProfileProviderApex returns the name of the apex that provides a boot image profile, or an |