@@ -111,29 +111,23 @@ fullscreen = 0
111111# (str) ANT directory (if empty, it will be automatically downloaded.)
112112#android.ant_path =
113113
114- # (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
115- #android.p4a_dir =
116-
117- # (str) The directory in which python-for-android should look for your own build recipes (if any)
118- #p4a.local_recipes =
119-
120- # (str) Filename to the hook for p4a
121- #p4a.hook =
122-
123- # (list) python-for-android whitelist
124- #android.p4a_whitelist =
125-
126114# (bool) If True, then skip trying to update the Android sdk
127115# This can be useful to avoid excess Internet downloads or save time
128116# when an update is due and you just want to test/build your package
129117# android.skip_update = False
130118
131- # (str) Bootstrap to use for android builds (android_new only)
132- # android.bootstrap = sdl2
133-
134119# (str) Android entry point, default is ok for Kivy-based app
135120#android.entrypoint = org.renpy.android.PythonActivity
136121
122+ # (list) Pattern to whitelist for the whole project
123+ #android.whitelist =
124+
125+ # (str) Path to a custom whitelist file
126+ #android.whitelist_src =
127+
128+ # (str) Path to a custom blacklist file
129+ #android.blacklist_src =
130+
137131# (list) List of Java .jar files to add to the libs so that pyjnius can access
138132# their classes. Don't add jars that you do not need, since extra jars can slow
139133# down the build process. Allows wildcards matching, for example:
@@ -152,9 +146,8 @@ fullscreen = 0
152146# bootstrap)
153147#android.gradle_dependencies =
154148
155- # (str) python-for-android branch to use, if not master, useful to try
156- # not yet merged features.
157- #android.branch = master
149+ # (str) python-for-android branch to use, defaults to master
150+ #p4a.branch = master
158151
159152# (str) OUYA Console category. Should be one of GAME or APP
160153# If you leave this blank, OUYA support will not be enabled
@@ -192,6 +185,23 @@ fullscreen = 0
192185# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86
193186android .arch = armeabi - v7a
194187
188+ #
189+ # Python for android (p4a) specific
190+ #
191+
192+ # (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
193+ #p4a.source_dir =
194+
195+ # (str) The directory in which python-for-android should look for your own build recipes (if any)
196+ #p4a.local_recipes =
197+
198+ # (str) Filename to the hook for p4a
199+ #p4a.hook =
200+
201+ # (str) Bootstrap to use for android builds (android_new only)
202+ # p4a.bootstrap = sdl2
203+
204+
195205#
196206# iOS specific
197207#
0 commit comments