Skip to content

Commit

Permalink
Use correct ABI for gen2 devices #5
Browse files Browse the repository at this point in the history
  • Loading branch information
ma1co committed Apr 25, 2016
1 parent c1fcf3e commit 451599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ model {
moduleName = 'tweak'
CFlags.addAll(['-Wall', '-Werror', '-std=gnu11'])
ldFlags.addAll(['-losal_uipc'])
abiFilters.add('armeabi-v7a')
abiFilters.add('armeabi')
}
}
}

0 comments on commit 451599e

Please sign in to comment.