Remove android from actions_other build tag

Ref #949
This commit is contained in:
Zachary Yedidia
2017-12-10 16:15:06 -05:00
parent e443adef31
commit 4802403308

View File

@@ -1,9 +1,9 @@
// +build android plan9 nacl windows
// +build plan9 nacl windows
package main
func (v *View) Suspend(usePlugin bool) bool {
messenger.Error("Suspend is only supported on Linux")
messenger.Error("Suspend is only supported on Posix")
return false
}