commit decbf13de961b9e8cee0902d8e332ed9c871880e
parent 04a2c03c280c3ca39f7eb23090bfa8644346f309
Author: ThomasV <thomasv@electrum.org>
Date: Sat, 6 Feb 2016 17:17:45 +0100
kivy: fix buildozer.spec
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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