Skip to content

Commit 6a685b6

Browse files
committed
Document some manifest build options
The --extra-manifest-xml and --extra-manifest-application-arguments options are currently only handled by the sdl2 bootstrap while the --manifest-placeholders option is handled in the common build.gradle template.
1 parent a4de463 commit 6a685b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/buildoptions.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ options (this list may not be exhaustive):
9191
- ``--add-source``: Add a source directory to the app's Java code.
9292
- ``--no-compile-pyo``: Do not optimise .py files to .pyo.
9393
- ``--enable-androidx``: Enable AndroidX support library.
94+
- ``--extra-manifest-xml``: Extra xml to write directly inside the
95+
``<manifest>`` element of AndroidManifest.xml.
96+
- ``--extra-manifest-application-arguments``: Extra arguments to be
97+
added to the ``<manifest><application>`` tag of AndroidManifest.xml.
98+
- ``--manifest-placeholders``: Inject build variables into the manifest
99+
via the ``manifestPlaceholders`` property.
94100
- ``--enable-google-services``: Enable the Google Services Gradle plugin.
95101
This option requires a ``google-services.json`` file in root of the
96102
project directory.
@@ -160,6 +166,8 @@ ready.
160166
- ``add-source``: Add a source directory to the app's Java code.
161167
- ``--port``: The port on localhost that the WebView will
162168
access. Defaults to 5000.
169+
- ``--manifest-placeholders``: Inject build variables into the manifest
170+
via the ``manifestPlaceholders`` property.
163171
- ``--enable-google-services``: Enable the Google Services Gradle plugin.
164172
This option requires a ``google-services.json`` file in root of the
165173
project directory.

0 commit comments

Comments
 (0)