Commit 18926d8
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/6097198111 parent c828b3a commit 18926d8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments