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:
parent
6de4c51315
commit
b7cc22bcbf
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user