Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
add "fat" gradle productFlavor configuration for f-droid
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesf committed May 8, 2018
1 parent 55746c2 commit 602cc2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ android {
abiFilters "x86"
}
}
fat {
ndk {
abiFilters "x86", "armeabi"
}
}
}
externalNativeBuild {
ndkBuild {
Expand Down

0 comments on commit 602cc2d

Please sign in to comment.