diff options
Diffstat (limited to 'python/test.go')
-rw-r--r-- | python/test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test.go b/python/test.go index f15a8fccf..782f39f20 100644 --- a/python/test.go +++ b/python/test.go @@ -208,7 +208,7 @@ func (p *PythonTestModule) GenerateAndroidBuildActions(ctx android.ModuleContext installedData := ctx.InstallTestData(installDir, p.data) p.installedDest = ctx.InstallFile(installDir, p.installSource.Base(), p.installSource, installedData...) - ctx.SetProvider(testing.TestModuleProviderKey, testing.TestModuleProviderData{}) + android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{}) } func (p *PythonTestModule) AndroidMkEntries() []android.AndroidMkEntries { |