Fix Android build: add glslang-tools dependency

- Added glslang-tools package to provide glslangValidator for shader compilation
- This fixes CMake error about missing glslangValidator in video_core/host_shaders
This commit is contained in:
Zephyron
2025-09-18 17:03:33 +10:00
parent 240ecebf9e
commit c5ac00f84a

View File

@@ -136,7 +136,7 @@ build-android:
- ubuntu
before_script:
- apt-get update -qq
- apt-get install -y -qq openjdk-17-jdk wget unzip curl git cmake build-essential pkg-config zip
- apt-get install -y -qq openjdk-17-jdk wget unzip curl git cmake build-essential pkg-config zip glslang-tools
# Install Android SDK (latest version for Ubuntu 24.04)
- wget -q https://dl.google.com/android/repository/commandlinetools-linux-11076708_latest.zip
- unzip -q commandlinetools-linux-11076708_latest.zip