Skip to content

Commit 18926d8

Browse files
committed
Exposes ANDROID_SDK_HOME to rebuild_updated_recipes
The error was: ``` Traceback (most recent call last): File "ci/rebuild_updated_recipes.py", line 112, in <module> main() File "ci/rebuild_updated_recipes.py", line 108, in main build(target_python, recipes) File "ci/rebuild_updated_recipes.py", line 59, in build android_sdk_home = os.environ['ANDROID_SDK_HOME'] File "/home/user/app/venv/lib/python3.6/os.py", line 669, in __getitem__ raise KeyError(key) from None KeyError: 'ANDROID_SDK_HOME' ``` https://travis-ci.org/kivy/python-for-android/jobs/609719811
1 parent c828b3a commit 18926d8

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)