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