forked from kivy/kivy-remote-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildozer.spec
47 lines (34 loc) · 1.28 KB
/
buildozer.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[app]
# title of the application
title = Kivy Remote Shell
# package name
package.name = remoteshell
# package domain (mostly used for android/ios package)
package.domain = org.kivy
# indicate where the source code is living
source.dir = app
source.include_exts = py,png,kv,rst
# search the version information into the source code
version.regex = __version__ = '(.*)'
version.filename = %(source.dir)s/main.py
# requirements of the app
requirements = android,cryptography,pyasn1,bcrypt,attrs,twisted,kivy,docutils,pygments,cffi,jpype
#,numpy
# android specific
android.permissions = INTERNET, WAKE_LOCK, CAMERA, VIBRATE, ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION, SEND_SMS, CALL_PRIVILEGED, CALL_PHONE, BLUETOOTH
#android.sdk=21
#android.api=22
android.accept_sdk_license=True
android.wakelock=True
orientation=portrait
fullscreen=True
p4a.branch = develop
p4a.local_recipes = local
# FIXME this next line is to use local copy, remove me
p4a.source_dir = ~/devel/python-for-android
android.add_jars = .buildozer/android/platform/build-armeabi-v7a/build/jar_collections/remoteshell/*.jar, jars/jpype.test.jar
android.add_compile_options = "sourceCompatibility JavaVersion.VERSION_1_8", "targetCompatibility JavaVersion.VERSION_1_8"
#presplash.filename=
[buildozer]
log_level = 2
warn_on_root = 1