mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-10 21:19:26 +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:
@ -21,7 +21,7 @@ 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_REVISION 21d
|
||||
ENV ANDROID_NDK_API 21
|
||||
RUN mkdir -p /build && \
|
||||
cd /build && \
|
||||
|
Reference in New Issue
Block a user