From 35b3b44e91b5ff26faf11c2a472c9215aa132d20 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:21:22 -0500 Subject: [PATCH] set androida api --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce23a485d6..9153edb518 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: android apple linux windows ROOT_PKG=src/tun2socks # Don't strip Android debug symbols so we can upload them to crash reporting tools. -ANDROID_BUILD_CMD=$(GOBIND) -a -ldflags '-w' -target=android -tags android -work +ANDROID_BUILD_CMD=$(GOBIND) -a -ldflags '-w' -target=android -androidapi 19 -tags android -work android: $(BUILDDIR)/android/tun2socks.aar