Merge changes from topic "dexpreopt_bootjars" am: 49afb313ed

am: 7931d32a00

Change-Id: I18aa12211f93116addb5cdba249363ced92af277
This commit is contained in:
Colin Cross
2019-02-18 19:12:13 -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