cmd/dist: re-disable android test

Accidentally turned on in golang.org/cl/7734.

Change-Id: I8d72c279150a0b93732a2ac41b82fbb3cd7bf9d3
Reviewed-on: https://go-review.googlesource.com/7737
Reviewed-by: Burcu Dogan <jbd@google.com>
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index 1c88889..ee19702 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -259,7 +259,7 @@
 		})
 	}
 
-	if t.hasBash() && t.cgoEnabled && t.goos != "darwin" {
+	if t.hasBash() && t.cgoEnabled && t.goos != "android" && t.goos != "darwin" {
 		t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash")
 	}
 	if t.cgoEnabled {