From 675805e9eb0dc68a6e96622353073fd54161bdaf Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Fri, 11 Sep 2020 11:07:44 +0300 Subject: Android: allow setting javac build version from the configure script The configure options -android-javac-source and -android-javac-target can be used to set the version numbers. Fixes: QTBUG-86282 Pick-to: 5.15 Change-Id: I36b0665de2c31e16bf6d138859b5503455eb8e66 Reviewed-by: Alexandru Croitor Reviewed-by: Andy Shaw --- config_help.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config_help.txt') diff --git a/config_help.txt b/config_help.txt index 2cb34865bf..7b918a7511 100644 --- a/config_help.txt +++ b/config_help.txt @@ -210,6 +210,8 @@ Build environment: [$ANDROID_NDK_HOST] -android-abis ....... Comma separated Android abis, default is: armeabi-v7a,arm64-v8a,x86,x86_64 + -android-javac-target Set the javac build target version [7] + -android-javac-source Set the javac build source version [7] -android-style-assets Automatically extract style assets from the device at run time. This option makes the Android style behave correctly, but also makes the Android platform plugin -- cgit v1.2.3