mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
android: set useLegacyPackaging to true, disable noCompress
This commit is contained in:
@@ -62,13 +62,16 @@ android {
|
||||
abortOnError = false
|
||||
}
|
||||
|
||||
/*
|
||||
androidResources {
|
||||
noCompress += ""
|
||||
}
|
||||
*/
|
||||
|
||||
packaging {
|
||||
jniLibs {
|
||||
keepDebugSymbols.add("**/*.so")
|
||||
useLegacyPackaging = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user