mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 07:21:58 +00:00
refactor: add abi splitting for android
This commit is contained in:
parent
96d0b0703e
commit
47b2056734
1 changed files with 8 additions and 0 deletions
|
|
@ -364,6 +364,14 @@ android {
|
|||
}
|
||||
}
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
isEnable = providers.gradleProperty("nuvio.splitAbi").orNull == "true"
|
||||
reset()
|
||||
include("arm64-v8a", "armeabi-v7a", "x86_64")
|
||||
isUniversalApk = false
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
isCoreLibraryDesugaringEnabled = true
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
|
|
|||
Loading…
Reference in a new issue