mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-08 20:46:12 +01:00
include X86 native library again
It's a pain to have to change code to run in Genymotion, and to have upgrade not testable using Genymotion. Consider verting this change before next release.
This commit is contained in:
parent
0a0107dd7f
commit
813669fafb
1 changed files with 6 additions and 1 deletions
|
@ -231,7 +231,12 @@ task copyStrings(type: Exec) {
|
|||
task ndkSetup(type: Exec) {
|
||||
workingDir '../'
|
||||
// remove ', "--arm-only"' for Genymotion builds
|
||||
commandLine "./scripts/ndksetup.sh", "--with-clang", "--arm-only"
|
||||
|
||||
// I'm putting ARM back for a while. It's too much trouble having
|
||||
// builds, including those built by travis, that don't run on the
|
||||
// emulator. Maybe remove this change before each release?
|
||||
commandLine "./scripts/ndksetup.sh", "--with-clang"
|
||||
// commandLine "./scripts/ndksetup.sh", "--with-clang", "--arm-only"
|
||||
}
|
||||
|
||||
task myPreBuild(dependsOn: ['ndkSetup', 'mkImages', 'copyStrings', 'mkXml']) {
|
||||
|
|
Loading…
Add table
Reference in a new issue