Skip to content

Commit

Permalink
Using CMake 3.30.5 from Android SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Javernaut committed Oct 16, 2024
1 parent eea133b commit 0a259ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/export-host-variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export HOST_TAG=$HOST_TAG
export HOST_NPROC=$HOST_NPROC

# Using CMake from the Android SDK
export CMAKE_EXECUTABLE=${ANDROID_SDK_HOME}/cmake/3.22.1/bin/cmake
export CMAKE_EXECUTABLE=${ANDROID_SDK_HOME}/cmake/3.30.4/bin/cmake
# Using Make from the Android SDK
export MAKE_EXECUTABLE=${ANDROID_NDK_HOME}/prebuilt/${HOST_TAG}/bin/make
# Using Build machine's Ninja. It is used for libdav1d building. Needs to be installed
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=linux/amd64 ubuntu:22.04
# Versions of Android SDK and NDK. The CMake is installed via NDK.
ARG VERSION_SDK=11076708
ARG VERSION_NDK=27.1.12297006
ARG VERSION_CMAKE=3.22.1
ARG VERSION_CMAKE=3.30.4

# Package to install via pip3
ARG VERSION_MESON=1.5.2
Expand Down

0 comments on commit 0a259ae

Please sign in to comment.