From b7cc22bcbf65c93cc13dde6806787b09c87d4153 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 17 Aug 2022 17:17:35 +0200 Subject: [PATCH] fix(Makefile): re-enable Android builds (#865) It turns out the problem described in https://github.com/ooni/probe/issues/2122 only affects darwin/arm64, so we should be good to re-enable Android. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index f213a9a..f8aea09 100644 --- a/Makefile +++ b/Makefile @@ -215,8 +215,6 @@ show-config: #help: * `make ./MOBILE/android/oonimkall.aar`: the AAR .PHONY: ./MOBILE/android/oonimkall.aar ./MOBILE/android/oonimkall.aar: search/for/android/sdk maybe/copypsiphon - @echo "Android build disabled - TODO(https://github.com/ooni/probe/issues/2122)" - @exit 1 ./MOBILE/gomobile android ./pkg/oonimkall #help: