From decbf13de961b9e8cee0902d8e332ed9c871880e Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 6 Feb 2016 17:17:45 +0100 Subject: [PATCH] kivy: fix buildozer.spec --- gui/kivy/tools/buildozer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/kivy/tools/buildozer.spec b/gui/kivy/tools/buildozer.spec index 3a794f70a..02da8f29b 100644 --- a/gui/kivy/tools/buildozer.spec +++ b/gui/kivy/tools/buildozer.spec @@ -104,7 +104,7 @@ android.private_storage = True #android.manifest.intent_filters = nfc_filter.xml # (list) Android additionnal libraries to copy into libs/armeabi -android.add_libs_armeabi = lib/android/*.so +#android.add_libs_armeabi = lib/android/*.so # (bool) Indicate whether the screen should stay on # Don't forget to add the WAKE_LOCK permission if you set this to True