diff --git a/internal/graphicsdriver/opengl/context_notx.go b/internal/graphicsdriver/opengl/context_notx.go index 0521c85d5..ed20f97c3 100644 --- a/internal/graphicsdriver/opengl/context_notx.go +++ b/internal/graphicsdriver/opengl/context_notx.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build js !freebsd,!linux +// +build android js !freebsd,!linux package opengl diff --git a/internal/graphicsdriver/opengl/context_x.go b/internal/graphicsdriver/opengl/context_x.go index 60f4b0970..b6690151a 100644 --- a/internal/graphicsdriver/opengl/context_x.go +++ b/internal/graphicsdriver/opengl/context_x.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +// +build !android // +build !js // +build freebsd linux