Skip to content

Commit

Permalink
fix(Makefile): re-enable Android builds (#865)
Browse files Browse the repository at this point in the history
It turns out the problem described in ooni/probe#2122
only affects darwin/arm64, so we should be good to re-enable Android.
  • Loading branch information
bassosimone committed Aug 17, 2022
1 parent 6de4c51 commit b7cc22b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b7cc22b

Please sign in to comment.