From cce080b1a4f53966253e4528744fb0d0cf23f748 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Sun, 26 Nov 2023 01:46:55 +0200 Subject: [PATCH] Update Android_Build.yml --- .github/workflows/Android_Build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Android_Build.yml b/.github/workflows/Android_Build.yml index c94140d70..bd1c87d4e 100644 --- a/.github/workflows/Android_Build.yml +++ b/.github/workflows/Android_Build.yml @@ -70,6 +70,9 @@ jobs: distribution: 'zulu' # See 'Supported distributions' for available options java-version: '17' + - name: Apply GLES patch + run: git patch patch.patch + - name: Configure CMake run: cmake -B ${{github.workspace}}/build -DBUILD_HYDRA_CORE=1 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=${ANDROID_NDK_ROOT}/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DENABLE_VULKAN=0 -DCMAKE_CXX_FLAGS="-march=armv8.1-a+crypto"