We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c828b3a + 18926d8 commit 6bda849Copy full SHA for 6bda849
Makefile
@@ -31,6 +31,7 @@ test:
31
@if test -n "$$CI"; then .tox/py$(PYTHON_MAJOR_MINOR)/bin/coveralls; fi; \
32
33
rebuild_updated_recipes: virtualenv
34
+ ANDROID_SDK_HOME=$(ANDROID_SDK_HOME) ANDROID_NDK_HOME=$(ANDROID_NDK_HOME) \
35
$(PYTHON) ci/rebuild_updated_recipes.py
36
37
testapps/python2/armeabi-v7a: virtualenv
0 commit comments