Update Dockerfile

Changed `androideabi` to `android`
This commit is contained in:
Nadav 2018-03-15 12:37:39 +02:00 committed by GitHub
parent f94d4a853f
commit f7b5a29b3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
qemu-user-static \
unzip
ENV CROSS_TRIPLE=aarch64-linux-androideabi
ENV CROSS_TRIPLE=aarch64-linux-android
ENV CROSS_ROOT=/usr/${CROSS_TRIPLE}
ENV AS=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-as \
AR=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-ar \