Skip to content

Commit

Permalink
Fix hello-jni to use multi_abis to avoid "all", which is reserved and
Browse files Browse the repository at this point in the history
will be included for every flavors to build ( it means common to all flavours)
  • Loading branch information
ggfan committed Oct 13, 2016
1 parent 36c1ed3 commit 893677a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-jni/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ android {
abiFilters 'mips', 'mips64'
}
}
all {
universal {
ndk {
abiFilters 'mips', 'mips64', 'x86', 'x86_64'
}
Expand Down

0 comments on commit 893677a

Please sign in to comment.