From 581ac9a4add648412a220ee3edc3553c9edae06d Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Wed, 16 Sep 2020 16:02:08 +0300 Subject: Android: bump default javac build versions to 8 Use -source 8 and -target 8 for javac by default. Task-number: QTBUG-86282 Change-Id: I291beab4df166468972138822ca26f01c9666985 Reviewed-by: Alexandru Croitor Reviewed-by: Andy Shaw --- config_help.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config_help.txt') diff --git a/config_help.txt b/config_help.txt index 7b918a7511..9752904a89 100644 --- a/config_help.txt +++ b/config_help.txt @@ -210,8 +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-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 run time. This option makes the Android style behave correctly, but also makes the Android platform plugin -- cgit v1.2.3