also - update the android build script to pull the version from build/common/versions - remove the ability to specify your own ndk version (this was undocumented and not fully implemented) The NDK version now needs to appear in two place (unfortunately): 1. build/common/versions 2. build/android/build.sh
10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
GITHUB_CLANG_VERSION=16
|
|
GITHUB_CMAKE_VERSION=3.22.1
|
|
GITHUB_NINJA_VERSION=1.10.2
|
|
GITHUB_MESA_VERSION=24.2.1
|
|
GITHUB_LLVM_VERSION=16
|
|
GITHUB_NDK_VERSION=29.0.14206865
|
|
GITHUB_EMSDK_VERSION=3.1.60
|
|
GITHUB_VULKANSDK_VERSION=1.4.321.0
|
|
GITHUB_GLTF_SAMPLE_ASSETS_COMMIT=d441dfdb87413ff412c620849a649d61789a470f
|