Skip to content

Commit

Permalink
mobile/build: Bump NDK -> r27beta (#343)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed May 16, 2024
1 parent 9424f54 commit 6474ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/linux/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ COPY \
# mobile
FROM full as mobile
ENV ANDROID_HOME=/.android/sdk \
ANDROID_NDK_HOME=/.android/sdk/ndk/21.4.7075529 \
ANDROID_NDK_VERSION=21.4.7075529 \
ANDROID_NDK_HOME=/.android/sdk/ndk/26.3.11579264 \
ANDROID_NDK_VERSION=26.3.11579264 \
ANDROID_SDK_INSTALL_TARGET=/.android \
ANDROID_SDK_ROOT=/.android/sdk
RUN --mount=type=tmpfs,target=/var/cache/apt \
Expand Down

0 comments on commit 6474ce1

Please sign in to comment.