chore: undo comments for building baseline profile

This commit is contained in:
Bnyro 2024-08-23 14:07:46 +02:00
parent c992d2fe01
commit 77ce176c41

View File

@ -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")