File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ Edit `buildozer.spec`
29
29
```
30
30
package.domain = org.domain
31
31
32
- #select service bootstrap
32
+ # select service bootstrap
33
33
p4a.bootstrap = service_library
34
34
35
35
# ask p4a to output aar instead of apk
36
36
android.release_artifact = aar
37
37
38
- #specify your runtime python package dependencies here (comma separated)
38
+ # specify your runtime python package dependencies here (comma separated)
39
39
requirements = python3
40
40
41
41
# foreground : so that OS does not kill us (optional)
42
42
# sticky : so that OS restarts us on exit/crash (optional)
43
43
services = Srv:srv.py:foreground:sticky
44
44
45
- #pick ABI(s) - NOTE: listing more than needed here grows the final .apk size
45
+ # pick ABI(s) - NOTE: listing more than needed here grows the final .apk size
46
46
android.archs = arm64-v8a, x86
47
47
```
48
48
You can’t perform that action at this time.
0 commit comments