Skip to content

Commit

Permalink
docker/mobile: Bump ndk -> 26.3.11579264 (#375)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Dec 17, 2024
1 parent b3e896d commit d2be0c1
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/22.1.7171670 \
ANDROID_NDK_VERSION=22.1.7171670 \
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 d2be0c1

Please sign in to comment.