Skip to content

Commit

Permalink
Merge pull request #2018 from AndreMiras/feature/rebuild_updated_reci…
Browse files Browse the repository at this point in the history
…pes_android_home

Exposes ANDROID_SDK_HOME to rebuild_updated_recipes
  • Loading branch information
AndreMiras authored Nov 10, 2019
2 parents c828b3a + 18926d8 commit 6bda849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ test:
@if test -n "$$CI"; then .tox/py$(PYTHON_MAJOR_MINOR)/bin/coveralls; fi; \

rebuild_updated_recipes: virtualenv
ANDROID_SDK_HOME=$(ANDROID_SDK_HOME) ANDROID_NDK_HOME=$(ANDROID_NDK_HOME) \
$(PYTHON) ci/rebuild_updated_recipes.py

testapps/python2/armeabi-v7a: virtualenv
Expand Down

0 comments on commit 6bda849

Please sign in to comment.