Fix format string issues

Fix issues caught by go vet.

Bug: 73724997
Test: m checkbuild
Change-Id: Ib8d740457c15432dabe1575a6707726ddaf93084
Merged-In: Ib8d740457c15432dabe1575a6707726ddaf93084
(cherry picked from commit f46e37f5f7)
This commit is contained in:
Colin Cross
2018-03-21 16:25:58 -07:00
parent 8a32a05989
commit a4ffa9addb
8 changed files with 13 additions and 13 deletions

View File

@@ -264,7 +264,7 @@ func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string
mod := ctx.ModuleForTests(name, vendorVariant).Module().(*Module)
if !mod.hasVendorVariant() {
t.Error("%q must have vendor variant", name)
t.Errorf("%q must have vendor variant", name)
}
// Check library properties.