mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +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
|
// Comment this block if issues occur while generating the baseline profile
|
||||||
// splits {
|
splits {
|
||||||
// abi {
|
abi {
|
||||||
// isEnable = true
|
isEnable = true
|
||||||
// reset()
|
reset()
|
||||||
// include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
include("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
|
||||||
// isUniversalApk = true
|
isUniversalApk = true
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
|
|
||||||
packaging {
|
packaging {
|
||||||
jniLibs.excludes.add("lib/armeabi-v7a/*_neon.so")
|
jniLibs.excludes.add("lib/armeabi-v7a/*_neon.so")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user