Using CMake 3.22.1 from Android SDK

feature/component_name_sanitizing
Javernaut 2 years ago
parent d2d298ec93
commit 3562a2811c
  1. 2
      scripts/export-host-variables.sh

@ -26,7 +26,7 @@ export HOST_TAG=$HOST_TAG
export HOST_NPROC=$HOST_NPROC export HOST_NPROC=$HOST_NPROC
# Using CMake from the Android SDK # Using CMake from the Android SDK
export CMAKE_EXECUTABLE=${ANDROID_SDK_HOME}/cmake/3.10.2.4988404/bin/cmake export CMAKE_EXECUTABLE=${ANDROID_SDK_HOME}/cmake/3.22.1/bin/cmake
# Using Make from the Android SDK # Using Make from the Android SDK
export MAKE_EXECUTABLE=${ANDROID_NDK_HOME}/prebuilt/${HOST_TAG}/bin/make 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 # Using Build machine's Ninja. It is used for libdav1d building. Needs to be installed

Loading…
Cancel
Save