From 090efe6b0e9f95988903136d94bf8a866852a406 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Thu, 12 Nov 2020 13:16:47 +0200 Subject: [PATCH] Android: fix configure help for --android-abis Qt 6.0 doesn't support multi-abi builds. Change-Id: Ic944460d8299d98b6003d12a3c7a33bf7e619db9 Reviewed-by: Alexandru Croitor --- config_help.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config_help.txt b/config_help.txt index 4c0c32b7c6..6ca76433f9 100644 --- a/config_help.txt +++ b/config_help.txt @@ -161,8 +161,7 @@ Build environment: -android-sdk path .... Set Android SDK root path [$ANDROID_SDK_ROOT] -android-ndk path .... Set Android NDK root path [$ANDROID_NDK_ROOT] -android-ndk-platform Set Android platform - -android-abis ....... Comma separated Android abis, default is: - armeabi-v7a,arm64-v8a,x86,x86_64 + -android-abis ....... Only one ABI can be specified, default is: armeabi-v7a -android-javac-target Set the javac build target version [8] -android-javac-source Set the javac build source version [8] -android-style-assets Automatically extract style assets from the device at