diff options
Diffstat (limited to 'sdk/testing.go')
-rw-r--r-- | sdk/testing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/testing.go b/sdk/testing.go index f4e2b031b..21d457c5f 100644 --- a/sdk/testing.go +++ b/sdk/testing.go @@ -144,7 +144,7 @@ func getSdkSnapshotBuildInfo(t *testing.T, result *android.TestResult, sdk *sdk) seenBuildNumberFile := false for _, bp := range buildParams { switch bp.Rule.String() { - case android.Cp.String(): + case android.Cp.String(), android.CpWithBash.String(): output := bp.Output // Get destination relative to the snapshot root dest := output.Rel() |