Android: For armv71 architecture, use the armel build

This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
This commit is contained in:
Joey Hess 2019-01-22 11:50:29 -04:00
parent 9a4406e5e7
commit 6ec7295870
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,9 @@ case $(uname -m) in
arm)
arch=armel
;;
armv71)
arch=armel
;;
x86_64)
arch=amd64
;;