From 160fac0b06b14eda23255134e9ec8b2cfb593f5e Mon Sep 17 00:00:00 2001 From: The Judge <53906078+thejudge156@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:34:47 -0700 Subject: [PATCH] Update ci_build_android.bash --- ci_build_android.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_build_android.bash b/ci_build_android.bash index a80f890273..7b1be1685e 100644 --- a/ci_build_android.bash +++ b/ci_build_android.bash @@ -90,7 +90,7 @@ yes | ant -Dplatform.linux=true \ -Dbinding.assimp=false \ -Dbinding.bgfx=false \ -Dbinding.cuda=false \ - -Dbinding.egl=false \ + -Dbinding.egl=true \ -Dbinding.fmod=false \ -Dbinding.harfbuzz=false \ -Dbinding.hwloc=false \