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.
This commit is contained in:
Simone Basso 2022-08-17 17:17:35 +02:00 committed by GitHub
parent 6de4c51315
commit b7cc22bcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: