diff options
author | 2025-03-24 18:26:22 -0700 | |
---|---|---|
committer | 2025-03-24 18:26:22 -0700 | |
commit | fc5e8dc9c38db6628ed1d9172161187da74b066f (patch) | |
tree | d9f495586f867878d601c34c59eb3c49ec3d5a53 /android/test_suites.go | |
parent | 1248ced0cad29018090e65e3762585cdd774e864 (diff) | |
parent | c2e8b6c102f4b4b44e2568f07d95fc674bbd2ef0 (diff) |
Snap for 13264465 from c2e8b6c102f4b4b44e2568f07d95fc674bbd2ef0 to 25Q2-release
Change-Id: I6875fd165cc96cc880a3ac7842a516a7b9e70978
Diffstat (limited to 'android/test_suites.go')
-rw-r--r-- | android/test_suites.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android/test_suites.go b/android/test_suites.go index 9eaf78549..dbcd48c79 100644 --- a/android/test_suites.go +++ b/android/test_suites.go @@ -42,6 +42,12 @@ type TestSuiteInfo struct { var TestSuiteInfoProvider = blueprint.NewProvider[TestSuiteInfo]() +type SupportFilesInfo struct { + SupportFiles InstallPaths +} + +var SupportFilesInfoProvider = blueprint.NewProvider[SupportFilesInfo]() + func (t *testSuiteFiles) GenerateBuildActions(ctx SingletonContext) { files := make(map[string]map[string]InstallPaths) |