mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
chore: undo comments for building baseline profile
This commit is contained in:
parent
c992d2fe01
commit
77ce176c41
@ -58,14 +58,14 @@ android {
|
||||
}
|
||||
|
||||
// Comment this block if issues occur while generating the baseline profile
|
||||
// splits {
|
||||
// abi {
|
||||
// isEnable = true
|
||||
// reset()
|
||||
// include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
||||
// isUniversalApk = true
|
||||
// }
|
||||
// }
|
||||
splits {
|
||||
abi {
|
||||
isEnable = true
|
||||
reset()
|
||||
include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
||||
isUniversalApk = true
|
||||
}
|
||||
}
|
||||
|
||||
packaging {
|
||||
jniLibs.excludes.add("lib/armeabi-v7a/*_neon.so")
|
||||
|
Loading…
x
Reference in New Issue
Block a user