Skip to content

Commit

Permalink
Support x86 and x86_64 ABIs
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Dec 5, 2024
1 parent 45ba3f8 commit c731da8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions play-services-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ android {
multiDexKeepProguard file('multidex-keep.pro')

ndk {
//noinspection ChromeOsAbiSupport
abiFilters "armeabi-v7a", "arm64-v8a"
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}

buildConfigField "String", "APPLICATION_NAMESPACE", "\"${android.namespace}\""
Expand Down

0 comments on commit c731da8

Please sign in to comment.