Fix binary stripping of APKs with Qt 5.15.10

This fixes APKs on binary factory having exploded in size 3x-5x after
the Qt 5.15.10 update. This also affects release packages and will need
to be backported to those (in Craft).
This commit is contained in:
Volker Krause
2023-07-08 07:51:24 +02:00
parent b7bddba053
commit 81928d8b93
2 changed files with 2 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ android {
compileSdkVersion androidCompileSdkVersion.toInteger()
buildToolsVersion androidBuildToolsVersion
ndkVersion androidNdkVersion
sourceSets {
main {