cmd/ebitenmobile: Update gomobile version

This change fixes these issues:

 * Fail to run on Go 1.16 and after
 * Fail to run on Android NDK r22 and after

Closes #1484
This commit is contained in:
Hajime Hoshi 2021-02-09 02:16:02 +09:00
parent 9400efa9a5
commit 9806bb2c5e

View File

@ -23,7 +23,7 @@ import (
"runtime" "runtime"
) )
const gomobileHash = "bcce01171201ce626fb4c107de21a56f310e33bf" const gomobileHash = "f462b3930c8f01e0d9daa52b47ac887019ffa5b0"
func runCommand(command string, args []string, env []string) error { func runCommand(command string, args []string, env []string) error {
if buildX || buildN { if buildX || buildN {