Skip to content

Commit

Permalink
test: avoid building unnecessary ABIs in test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Dec 16, 2020
1 parent f4b67be commit 38fac2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
ndk {
abiFilters "arm64-v8a", "x86"
}
}
splits {
abi {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
ndk {
abiFilters "arm64-v8a", "x86"
}
}
splits {
abi {
Expand Down

0 comments on commit 38fac2b

Please sign in to comment.