mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-11 05:29:24 +02:00
Adroid support updates
Updated NDK revision Specified ARCH ABI Add linker flags to support users of the android os log utility
This commit is contained in:
@ -17,8 +17,8 @@ ENV AS=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-as \
|
||||
LD=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-ld \
|
||||
FC=${CROSS_ROOT}/bin/${CROSS_TRIPLE}-gfortran
|
||||
|
||||
ENV ANDROID_NDK_REVISION 16b
|
||||
ENV ANDROID_NDK_API 16
|
||||
ENV ANDROID_NDK_REVISION 21d
|
||||
ENV ANDROID_NDK_API 19
|
||||
RUN mkdir -p /build && \
|
||||
cd /build && \
|
||||
curl -O https://dl.google.com/android/repository/android-ndk-r${ANDROID_NDK_REVISION}-linux-x86_64.zip && \
|
||||
|
Reference in New Issue
Block a user