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