Skip to content

Commit cad31be

Browse files
committed
Add a paragraph in history + fixes --arch docs
1 parent fe0a27a commit cad31be

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ api level below 21, you should use an older version of python-for-android
112112
On March of 2020 we dropped support for creating apps that use Python 2. The latest
113113
python-for-android release that supported building Python 2 was version 2019.10.6.
114114

115+
On August of 2021, We added support for Android App Bundle (aab). As a collateral,
116+
now We support multi-arch apk.
117+
115118
## Contributors
116119

117120
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].

doc/source/commands.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ supply those that you need.
7171
Whether the distribution must be compiled from scratch.
7272

7373
``--arch``
74-
The architecture to build for. Currently only one architecture can be
75-
targeted at a time, and a given distribution can only include one architecture.
74+
The architecture to build for. You can specify multiple architectures to build for
75+
at the same time. As an example ``p4a ... --arch arm64-v8a --arch armeabi-v7a ...``
76+
will build a distribution for both ``arm64-v8a`` and ``armeabi-v7a``.
7677

7778
``--bootstrap BOOTSTRAP``
7879
The Java bootstrap to use for your application. You mostly don't

0 commit comments

Comments
 (0)