diff options
author | 2023-06-29 00:17:54 +0000 | |
---|---|---|
committer | 2023-06-29 00:17:54 +0000 | |
commit | bc332f6cd8e8eaf9963ece86912c78f004775bdc (patch) | |
tree | 586fce840628c38c6989424abce5d04e6fdc6f81 | |
parent | 510616ca9d54e6715c7b0fa4b20465254887a950 (diff) | |
parent | f3680735225d1cce6e1720762da8fb494079a0e6 (diff) |
Merge "Add -sha256 to robolectric zip"
-rw-r--r-- | android/test_suites.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/test_suites.go b/android/test_suites.go index b48d71af6..63a709fb7 100644 --- a/android/test_suites.go +++ b/android/test_suites.go @@ -68,7 +68,8 @@ func robolectricTestSuite(ctx SingletonContext, files map[string]InstallPaths) W FlagWithOutput("-o ", outputFile). FlagWithArg("-P ", "host/testcases"). FlagWithArg("-C ", testCasesDir.String()). - FlagWithRspFileInputList("-r ", outputFile.ReplaceExtension(ctx, "rsp"), installedPaths.Paths()) + FlagWithRspFileInputList("-r ", outputFile.ReplaceExtension(ctx, "rsp"), installedPaths.Paths()). + Flag("-sha256") rule.Build("robolectric_tests_zip", "robolectric-tests.zip") return outputFile |