Skip to content

Commit 963566c

Browse files
committed
Add android_abis build option documentation
1 parent 9d0dfd1 commit 963566c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

distribution/list-of-build-options.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ android_target_sdk_version
140140
the minimum version of Android supported by the application.
141141
This should be at least 30 to be able to upload the game to the Play Store.
142142

143+
android_abis
144+
A list of `Android ABIs <https://developer.android.com/ndk/guides/abis>`__
145+
to target with the build. This indicates which architectures the resulting
146+
build will be able to run on. By default, Panda will build for the four
147+
currently supported ABIs (``['arm64-v8a', 'armeabi-v7a', 'x86_64', 'x86']``).
148+
During testing, to shorten build times, it may be useful to set it to just
149+
one architecture.
150+
143151
bdist_apps
144152
----------
145153

0 commit comments

Comments
 (0)