Skip to content

Commit 6bda849

Browse files
authored
Merge pull request #2018 from AndreMiras/feature/rebuild_updated_recipes_android_home
Exposes ANDROID_SDK_HOME to rebuild_updated_recipes
2 parents c828b3a + 18926d8 commit 6bda849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ test:
3131
@if test -n "$$CI"; then .tox/py$(PYTHON_MAJOR_MINOR)/bin/coveralls; fi; \
3232

3333
rebuild_updated_recipes: virtualenv
34+
ANDROID_SDK_HOME=$(ANDROID_SDK_HOME) ANDROID_NDK_HOME=$(ANDROID_NDK_HOME) \
3435
$(PYTHON) ci/rebuild_updated_recipes.py
3536

3637
testapps/python2/armeabi-v7a: virtualenv

0 commit comments

Comments
 (0)