mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
.builds: bump android SDK version to fix gogio builds
Upgrade gogio's version of the gioui.org module while here. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ tasks:
|
||||
rm ndk.zip
|
||||
mv android-ndk-* ndk-bundle
|
||||
yes|sdkmanager --licenses
|
||||
sdkmanager "platforms;android-29" "build-tools;29.0.2"
|
||||
sdkmanager "platforms;android-30" "build-tools;29.0.2"
|
||||
- test_android: |
|
||||
cd gio
|
||||
CC=$ANDROID_SDK_ROOT/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang GOOS=android GOARCH=arm64 CGO_ENABLED=1 go build ./...
|
||||
|
||||
Reference in New Issue
Block a user