From 266fe177825047b634374edd4ffd46091bbb0d14 Mon Sep 17 00:00:00 2001 From: Artem Bulgakov Date: Tue, 23 Jun 2020 15:14:38 +0300 Subject: [PATCH] Add note about environment variables --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e311ff0..03e76c0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,19 @@ Filename of built package relative to repository root. - Example: `test_app/bin/testapp-0.1-armeabi-v7a-debug.apk` +## Environment variables + +You can set environment variables to change Buildozer settings. See +[Buildozer Readme](https://github.com/kivy/buildozer#default-config) for more +information. + +Example (change Android architecture): + +```yaml +env: + APP_ANDROID_ARCH: armeabi-v7a +``` + ## Caching You can set up cache for Buildozer global and local directories. Global