diff --git a/contrib/make_kivy_apk b/contrib/make_kivy_apk new file mode 100755 index 000000000..8593e7bca --- /dev/null +++ b/contrib/make_kivy_apk @@ -0,0 +1 @@ +pushd ./gui/kivy/; make apk; popd