diff --git a/.github/workflows/Android_Build.yml b/.github/workflows/Android_Build.yml index eac6c723..c94140d7 100644 --- a/.github/workflows/Android_Build.yml +++ b/.github/workflows/Android_Build.yml @@ -70,9 +70,6 @@ jobs: distribution: 'zulu' # See 'Supported distributions' for available options java-version: '17' - - name: Apply GLES patch - run: git apply 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"