diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/Android.bp | 1 | ||||
-rw-r--r-- | python/test.go | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/python/Android.bp b/python/Android.bp index 14e83c184..3b5445510 100644 --- a/python/Android.bp +++ b/python/Android.bp @@ -10,7 +10,6 @@ bootstrap_go_package { "soong-android", "soong-tradefed", "soong-cc", - "soong-testing", ], srcs: [ "binary.go", diff --git a/python/test.go b/python/test.go index acf5b26da..9f57bea1b 100644 --- a/python/test.go +++ b/python/test.go @@ -17,8 +17,6 @@ package python import ( "fmt" - "android/soong/testing" - "github.com/google/blueprint/proptools" "android/soong/android" @@ -208,8 +206,6 @@ func (p *PythonTestModule) GenerateAndroidBuildActions(ctx android.ModuleContext installDir := installDir(ctx, "nativetest", "nativetest64", ctx.ModuleName()) installedData := ctx.InstallTestData(installDir, p.data) p.installedDest = ctx.InstallFile(installDir, p.installSource.Base(), p.installSource, installedData...) - - android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{}) } func (p *PythonTestModule) AndroidMkEntries() []android.AndroidMkEntries { |