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 abortOnError = false
} }
/*
androidResources { androidResources {
noCompress += "" noCompress += ""
} }
*/
packaging { packaging {
jniLibs { jniLibs {
keepDebugSymbols.add("**/*.so") keepDebugSymbols.add("**/*.so")
useLegacyPackaging = true
} }
} }