Skip to content

Commit 2dc3f4a

Browse files
committed
Revert "update ndk (#309)"
This reverts commit a7e14c7. Signed-off-by: Ryan Northey <[email protected]>
1 parent 7732ead commit 2dc3f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/linux/ubuntu/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ RUN --mount=type=tmpfs,target=/var/cache/apt \
8888
# mobile
8989
FROM full as mobile
9090
ENV ANDROID_HOME=/.android/sdk \
91-
ANDROID_NDK_HOME=/.android/sdk/ndk/26.2.11394342 \
92-
ANDROID_NDK_VERSION=26.2.11394342 \
91+
ANDROID_NDK_HOME=/.android/sdk/ndk/21.4.7075529 \
92+
ANDROID_NDK_VERSION=21.4.7075529 \
9393
ANDROID_SDK_INSTALL_TARGET=/.android \
9494
ANDROID_SDK_ROOT=/.android/sdk
9595
RUN --mount=type=tmpfs,target=/var/cache/apt \

0 commit comments

Comments
 (0)