diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-12-24 13:31:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-01-22 13:02:39 +1300 |
commit | 86d3e59d7014aa2e3bf0da149e4a00e9c2fed7aa (patch) | |
tree | 84675afade49fe58ccc0ec356443101994d4d8b3 /scripts/android/travisbuild.sh | |
parent | 55a0bed59f9c0dafb7af320f6ff6a63dd9db7b2a (diff) | |
download | subsurface-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.sh | 2 |
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/ |