Skip to content

Commit

Permalink
android: Fix incorrect target (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Mar 20, 2018
1 parent c42fc1f commit 2e67ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .doozer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
],
"buildcmd": [
"./configure.android --release --version=${VERSION} --ccache --downloadcache=${WORKDIR}/downloadcache --kind=api15_armv7",
"make -j${PARALLEL}",
"make -j${PARALLEL} apk",
"./configure.android --release --version=${VERSION} --ccache --downloadcache=${WORKDIR}/downloadcache --kind=api15_x86",
"make -j${PARALLEL}",
"make -j${PARALLEL} apk",
]
},

Expand Down

0 comments on commit 2e67ee1

Please sign in to comment.