mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
android build: make buildozer.spec more similar to upstream example
This commit is contained in:
parent
fc65cdaa8a
commit
5bf854edcb
1 changed files with 25 additions and 1 deletions
|
@ -86,6 +86,9 @@ android.ndk_path = /opt/android/android-ndk
|
||||||
# (str) Android SDK directory (if empty, it will be automatically downloaded.)
|
# (str) Android SDK directory (if empty, it will be automatically downloaded.)
|
||||||
android.sdk_path = /opt/android/android-sdk
|
android.sdk_path = /opt/android/android-sdk
|
||||||
|
|
||||||
|
# (str) ANT directory (if empty, it will be automatically downloaded.)
|
||||||
|
#android.ant_path =
|
||||||
|
|
||||||
# (str) Android entry point, default is ok for Kivy-based app
|
# (str) Android entry point, default is ok for Kivy-based app
|
||||||
#android.entrypoint = org.renpy.android.PythonActivity
|
#android.entrypoint = org.renpy.android.PythonActivity
|
||||||
|
|
||||||
|
@ -128,6 +131,9 @@ android.manifest.launch_mode = singleTask
|
||||||
# Don't forget to add the WAKE_LOCK permission if you set this to True
|
# Don't forget to add the WAKE_LOCK permission if you set this to True
|
||||||
#android.wakelock = False
|
#android.wakelock = False
|
||||||
|
|
||||||
|
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
|
||||||
|
android.arch = armeabi-v7a
|
||||||
|
|
||||||
# (list) Android application meta-data to set (key=value format)
|
# (list) Android application meta-data to set (key=value format)
|
||||||
#android.meta_data =
|
#android.meta_data =
|
||||||
|
|
||||||
|
@ -137,9 +143,27 @@ android.manifest.launch_mode = singleTask
|
||||||
|
|
||||||
android.whitelist = lib-dynload/_csv.so
|
android.whitelist = lib-dynload/_csv.so
|
||||||
|
|
||||||
# local version that merges branch 866
|
|
||||||
|
#
|
||||||
|
# Python for android (p4a) specific
|
||||||
|
#
|
||||||
|
|
||||||
|
# (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
|
||||||
p4a.source_dir = /opt/python-for-android
|
p4a.source_dir = /opt/python-for-android
|
||||||
|
|
||||||
|
# (str) The directory in which python-for-android should look for your own build recipes (if any)
|
||||||
|
#p4a.local_recipes =
|
||||||
|
|
||||||
|
# (str) Filename to the hook for p4a
|
||||||
|
#p4a.hook =
|
||||||
|
|
||||||
|
# (str) Bootstrap to use for android builds
|
||||||
|
# p4a.bootstrap = sdl2
|
||||||
|
|
||||||
|
# (int) port number to specify an explicit --port= p4a argument (eg for bootstrap flask)
|
||||||
|
#p4a.port =
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# iOS specific
|
# iOS specific
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue