diff options
author | 2024-10-21 16:26:12 -0700 | |
---|---|---|
committer | 2024-10-24 10:20:17 -0700 | |
commit | 830f56a78e91ba02314edd6937fcf73f937635ba (patch) | |
tree | cade4f3a63cf4674f044feb3df312e5fbdf5d94c /rust/rust.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 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rust/rust.go b/rust/rust.go index b22ebf7e7..a1fed3e6b 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -20,7 +20,6 @@ import ( "strings" "android/soong/bloaty" - "android/soong/testing" "github.com/google/blueprint" "github.com/google/blueprint/proptools" @@ -992,9 +991,6 @@ func (mod *Module) GenerateAndroidBuildActions(actx android.ModuleContext) { ctx.Phony("rust", ctx.RustModule().OutputFile().Path()) } - if mod.testModule { - android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{}) - } mod.setOutputFiles(ctx) |