Merge cherrypicks of [9390149, 9390052] into rvc-release

Change-Id: I146e15690f15197a6324bee068a4a1f83e677a19
This commit is contained in:
android-build-team Robot
2019-09-13 21:23:38 +00:00
+1 -1
View File
@@ -732,7 +732,7 @@ public final class Utilities {
int[] array = new int[tokenizer.countTokens()];
int count = 0;
while (tokenizer.hasMoreTokens()) {
array[count] = Integer.parseInt(tokenizer.nextToken());
array[count] = Integer.parseInt(tokenizer.nextToken().trim());
count++;
}
return array;