Merge changes from topic "dexpreopt_bootjars" am: 49afb313ed am: 7931d32a00

am: 538a7a2124

Change-Id: I6a4bc320e694354e0619430137f67f8576fc0288
This commit is contained in:
Colin Cross
2019-02-18 19:20:26 -08:00
committed by android-build-merger
3 changed files with 83 additions and 2 deletions

View File

@@ -1039,7 +1039,7 @@ var splitListForSizeTestCases = []struct {
func TestSplitListForSize(t *testing.T) {
for _, testCase := range splitListForSizeTestCases {
out, _ := splitListForSize(android.PathsForTesting(testCase.in), testCase.size)
out, _ := splitListForSize(android.PathsForTesting(testCase.in...), testCase.size)
var outStrings [][]string