aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2019-04-25 14:51:48 +0300
committerBogDan Vatra <bogdan@kdab.com>2019-04-26 08:49:03 +0000
commitb381775da143b8b9b5ac610bfd38485d341d7c19 (patch)
treedb9f391b35f502f1bc83ae7d9cae2f14877f949f /doc
parentbc6baf2d986f771926e0bfd8f188f270f2ad8baa (diff)
Default to the minimum supported NDK API version
- android-16 will be used for 32 bit arm ABIs - android-21 will be used for all 64 bit ABIs and x86. x86 has broken wstring support in android-16 to android-19. Change-Id: I38f6e6ec3f16c172cb0b061cfc4cc9efdb8f1700 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/android-ndk-module.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/reference/modules/android-ndk-module.qdoc b/doc/reference/modules/android-ndk-module.qdoc
index d5145a67b..e3a7ca22d 100644
--- a/doc/reference/modules/android-ndk-module.qdoc
+++ b/doc/reference/modules/android-ndk-module.qdoc
@@ -104,5 +104,7 @@
The versioned platform name.
- \defaultvalue \c{"android-16"}
+ \defaultvalue \c{"android-16"} for 32 bit arm ABIs
+ and \c{"android-21"} for all 64 bit ABIs and x86.
+ x86 ABI has broken wstring support in android-16 to android-19.
*/