Skip to content

Commit

Permalink
Build a proper arm64 APK for FxA sample
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff authored and csadilek committed Sep 6, 2018
1 parent de43fef commit 5e76969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/firefox-accounts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
abi {
enable true
reset()
include 'x86', 'arm64', 'armeabi-v7a'
include 'x86', 'arm64-v8a', 'armeabi-v7a'
}
}
}
Expand Down

0 comments on commit 5e76969

Please sign in to comment.