diff options
author | 2025-03-11 18:04:46 -0700 | |
---|---|---|
committer | 2025-03-11 18:04:46 -0700 | |
commit | 9697c5303c4ee46cc43064f715b86e9bef712774 (patch) | |
tree | 241905ef79fe50520e7bf7b49ac0032b9418e438 /python/binary.go | |
parent | b4d50380bf9024e14e72cc6f92ccb1610ec02875 (diff) | |
parent | 5e1454aef7f1e97890b11db5c85b7655ce8f7380 (diff) |
Merge "Expand TestSuiteInfoProvider to all test modules" into main
Diffstat (limited to 'python/binary.go')
-rw-r--r-- | python/binary.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/binary.go b/python/binary.go index feac72a26..af7d30faa 100644 --- a/python/binary.go +++ b/python/binary.go @@ -159,6 +159,10 @@ func (p *PythonBinaryModule) buildBinary(ctx android.ModuleContext) { sharedLibs = append(sharedLibs, ctx.OtherModuleName(dep)) } p.androidMkSharedLibs = sharedLibs + + android.SetProvider(ctx, android.TestSuiteInfoProvider, android.TestSuiteInfo{ + TestSuites: p.binaryProperties.Test_suites, + }) } func (p *PythonBinaryModule) AndroidMkEntries() []android.AndroidMkEntries { |