CMake: fix value api_version in Core.json

Amends 8d2d5563b5a02c6c3dee23c35cda4efcfb87a33f.

Core.json was using the older name variable name
QT_ANDROID_API_VERSION instead of the new name
QT_ANDROID_API_USED_FOR_JAVA.

Change-Id: I1c995818331f45eedb07114276b6aba0f6577c15
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
This commit is contained in:
Assam Boudjelthia 2024-10-17 12:19:37 +03:00
parent 3e25203d4d
commit bbf5b3652e

View File

@ -1248,7 +1248,7 @@ function(qt_describe_module target)
if(ANDROID)
string(APPEND extra_build_information "
\"android\": {
\"api_version\": \"${QT_ANDROID_API_VERSION}\",
\"api_version\": \"${QT_ANDROID_API_USED_FOR_JAVA}\",
\"ndk\": {
\"version\": \"${ANDROID_NDK_REVISION}\"
}