diff options
Diffstat (limited to 'sh/sh_binary.go')
-rw-r--r-- | sh/sh_binary.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sh/sh_binary.go b/sh/sh_binary.go index 399144983..9c0db73ba 100644 --- a/sh/sh_binary.go +++ b/sh/sh_binary.go @@ -18,8 +18,6 @@ import ( "path/filepath" "strings" - "android/soong/testing" - "github.com/google/blueprint" "github.com/google/blueprint/proptools" @@ -510,8 +508,6 @@ func (s *ShTest) GenerateAndroidBuildActions(ctx android.ModuleContext) { installedData := ctx.InstallTestData(s.installDir, s.data) s.installedFile = ctx.InstallExecutable(s.installDir, s.outputFilePath.Base(), s.outputFilePath, installedData...) - - android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{}) } func (s *ShTest) InstallInData() bool { |