cmd/stringer: exclude end-to-end test for Android

Change-Id: I37224abb3d9ca902ed23d520493f3b2794ef0471
Reviewed-on: https://go-review.googlesource.com/13261
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Robert Griesemer 2015-08-05 15:33:02 -07:00
parent 874e71548b
commit 63f996ec75
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// go command is not available on android
// +build !android
package main package main
import ( import (