Skip to content

Commit 4c3f065

Browse files
committed
Configure split bundles per abi.
1 parent 4b367c0 commit 4c3f065

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android-cpp/app/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ android {
4343
buildFeatures {
4444
viewBinding true
4545
}
46+
47+
splits {
48+
abi {
49+
reset()
50+
include "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
51+
universalApk false
52+
}
53+
}
4654
}
4755

4856
dependencies {

0 commit comments

Comments
 (0)