mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-22 13:21:32 +00:00
Compress jniLibs
This commit is contained in:
parent
3f4f4598e8
commit
e48afff5e8
@ -190,6 +190,12 @@ private fun Project.setupAppCommon() {
|
|||||||
buildFeatures {
|
buildFeatures {
|
||||||
buildConfig = true
|
buildConfig = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packaging {
|
||||||
|
jniLibs {
|
||||||
|
useLegacyPackaging = true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
androidComponents.onVariants { variant ->
|
androidComponents.onVariants { variant ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user