Skip to content

Commit 5b3725d

Browse files
committed
Test
1 parent 04af865 commit 5b3725d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/ue-android-prerequisites-5.6.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ RUN mkdir -p ${ANDROID_HOME}/cmdline-tools && \
3535
mv cmdline-tools latest
3636

3737
# Accept licenses and install Android SDK components
38-
# UE 5.6 requires: API Level 34, Build Tools 34.0.0, NDK r27c (27.2.12479018)
38+
# UE 5.6 requires: API Level 34, Build Tools 35.0.1, CMake 3.22.1, NDK r27c (27.2.12479018)
3939
RUN yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --licenses && \
4040
${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager \
4141
"platform-tools" \
4242
"platforms;android-34" \
4343
"build-tools;35.0.1" \
44+
"cmake;3.22.1" \
4445
"ndk;27.2.12479018"

0 commit comments

Comments
 (0)