Android: Default to toolchain version 4.8 on Windows as well
The default has already been changed in the configure shell script, but configure.exe needs the same change to be compatible with the current NDK (which no longer contains the 4.7 toolchain) Change-Id: Icd6474c3c9b9bbefbba5a1273a466c7ff099b7e0 Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
This commit is contained in:
parent
86163308e4
commit
50dd0232b6
@ -3150,7 +3150,7 @@ void Configure::generateQDevicePri()
|
||||
: QString("armeabi-v7a"));
|
||||
QString android_tc_vers(dictionary.contains("ANDROID_NDK_TOOLCHAIN_VERSION")
|
||||
? dictionary["ANDROID_NDK_TOOLCHAIN_VERSION"]
|
||||
: QString("4.7"));
|
||||
: QString("4.8"));
|
||||
deviceStream << " DEFAULT_ANDROID_TARGET_ARCH = " << android_arch << endl;
|
||||
deviceStream << " DEFAULT_ANDROID_NDK_TOOLCHAIN_VERSION = " << android_tc_vers << endl;
|
||||
deviceStream << "}" << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user