Files
build_soong/sdk
Colin Cross afa6a77c64 Fix string concatenation error
Fix an error caught by golint that prevents using go test.  string(int)
produces a rune, not a string representation of the int.  Use fmt.Errorf
instead to format the string.

Test: go test
Change-Id: I4c2e1e30a0f1b3dc24afd123c38c4e41c2abb47a
2020-07-10 16:32:49 -07:00
..
2020-06-01 13:44:48 -07:00
2020-03-02 19:31:26 +00:00
2020-07-10 16:32:49 -07:00