Skip to content

Commit

Permalink
适配高版本 NDK
Browse files Browse the repository at this point in the history
  • Loading branch information
wdsgyj committed Dec 19, 2022
1 parent e235579 commit 59d54b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions env.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var ndk = ndkConfig{
"arm": {
arch: "arm",
abi: "armeabi-v7a",
minAPI: 16,
minAPI: 19,
toolPrefix: "arm-linux-androideabi",
clangPrefix: "armv7a-linux-androideabi",
},
Expand All @@ -90,7 +90,7 @@ var ndk = ndkConfig{
"386": {
arch: "x86",
abi: "x86",
minAPI: 16,
minAPI: 19,
toolPrefix: "i686-linux-android",
clangPrefix: "i686-linux-android",
},
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/ClarkGuan/go-android-env

go 1.14

require github.com/blang/semver v2.2.0+incompatible // indirect
require github.com/blang/semver v2.2.0+incompatible

0 comments on commit 59d54b8

Please sign in to comment.