Fix incorrect proguard keepfile generation for fields.

Field's type for an array was being printed with extra "[]" at the end.
E.g. "int[][]" instead of "int[]".

Change-Id: I27a915b74a4d996b3ac04840b825e8c2ffd13e4e
1 file changed