Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spec option to skip automated update of installed android package #290

Merged
merged 1 commit into from
Feb 24, 2016

Conversation

pastcompute
Copy link
Contributor

This patch adds an option to the spec file that lets you disable automated updates of the android sdk for a given project.

Now you can add android.skip_updates = True and the build command will skip the call that decides to download updates to Android SDK components.

I was in the middle of a project when the buildozer android debug deploy command decided it wanted to download an update to Android SDK 24 even though I didn't need it, and I didn't want to wait an hour for it to come down. So I added this option to fix that.

Note, I think this is different to issue #267 which wants to disable all possible Internet checks; my patch may fix that but at this point I don't know what other tasks may be referencing the Internet...

inclement added a commit that referenced this pull request Feb 24, 2016
Add spec option to skip automated update of installed android package
@inclement inclement merged commit 26f3830 into kivy:master Feb 24, 2016
@inclement
Copy link
Member

Looks nice, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants