android: set useLegacyPackaging to true, disable noCompress

This commit is contained in:
Alibek Omarov
2025-08-08 16:16:35 +05:00
parent 4cc009ac3e
commit f37738f6f8

View File

@@ -62,13 +62,16 @@ android {
abortOnError = false
}
/*
androidResources {
noCompress += ""
}
*/
packaging {
jniLibs {
keepDebugSymbols.add("**/*.so")
useLegacyPackaging = true
}
}