build: fix nitpick without annoying others :D

This commit is contained in:
Péter Szilágyi 2018-05-08 21:38:38 +03:00 committed by GitHub
parent 1661cff364
commit 220426442a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -763,6 +763,7 @@ func doAndroidArchive(cmdline []string) {
gpg := exec.Command("gpg", "--import")
gpg.Stdin = bytes.NewReader(key)
build.MustRun(gpg)
keyID, err := build.PGPKeyID(string(key))
if err != nil {
log.Fatal(err)