Patch gogio at build time for Android snippets

This commit is contained in:
Joe Julian
2026-04-13 22:03:00 -07:00
parent 2431467aa7
commit bb114cee16
2 changed files with 293 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ apk: android/keepassgo-android.jar
ANDROID_SDK_ROOT="$(ANDROID_SDK_ROOT)" \
ANDROID_NDK_ROOT="$(ANDROID_NDK_ROOT)" \
JAVA_HOME="$(JAVA_HOME)" \
go tool gogio -target android \
go run ./cmd/build-android-apk -target android \
-buildmode exe \
-appid $(APP_ID) \
-ldflags "$(GO_LDFLAGS)" \