Skip to content

Commit

Permalink
experimental: arm64-v8a. new apps require native 64bit instr. set sup…
Browse files Browse the repository at this point in the history
…port.
  • Loading branch information
fat-tire committed Oct 24, 2019
1 parent 46e1c9e commit 8e64b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ android {
// renderscriptSupportModeEnabled true

ndk {
abiFilters "armeabi", "armeabi-v7a", "x86"
abiFilters "armeabi", "armeabi-v7a", "x86", 'arm64-v8a'
}

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 8e64b19

Please sign in to comment.