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