summaryrefslogtreecommitdiffstats
path: root/scripts/android/travisbuild.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-12-24 13:31:34 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-22 13:02:39 +1300
commit86d3e59d7014aa2e3bf0da149e4a00e9c2fed7aa (patch)
tree84675afade49fe58ccc0ec356443101994d4d8b3 /scripts/android/travisbuild.sh
parent55a0bed59f9c0dafb7af320f6ff6a63dd9db7b2a (diff)
downloadsubsurface-86d3e59d7014aa2e3bf0da149e4a00e9c2fed7aa.tar.gz
Android: build both 32 and 64 bit binaries
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/android/travisbuild.sh')
-rw-r--r--scripts/android/travisbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/android/travisbuild.sh b/scripts/android/travisbuild.sh
index 6d8397e40..c76fb976b 100644
--- a/scripts/android/travisbuild.sh
+++ b/scripts/android/travisbuild.sh
@@ -8,4 +8,4 @@ set -e
# (but of course having the right things in place will save a ton of time)
docker exec -e TRAVIS="$TRAVIS" -t builder subsurface/packaging/android/android-build-wrapper.sh
-ls -l ../subsurface-mobile-build-arm/build/outputs/apk/
+ls -l ../subsurface-mobile-build-arm*/build/outputs/apk/