Skip to content

Commit

Permalink
fix msm
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 authored May 2, 2024
1 parent bd56665 commit cb8123f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ump-pojav-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
-Dvmwgfx=disabled \
-Dfreedreno=enabled \
-Dvc4=disabled \
-Detnaviv=disabled
-Detnaviv=disabled \
-Dfreedreno-kgsl=true
ninja -C "build-android" install
cd ..
envsubst <android-${{matrix.arch}} >build-crossfile
Expand All @@ -58,7 +59,7 @@ jobs:
-Dopengl=true \
-Dosmesa=true \
-Dvulkan-drivers= \
-Dgallium-drivers=freedreno,zink,panfrost \
-Dgallium-drivers=freedreno,zink \
-Dfreedreno-kmds=kgsl,msm \
-Dshared-glapi=false \
-Dbuildtype=release
Expand All @@ -73,7 +74,7 @@ jobs:
-Dandroid-stub=true \
-Dgallium-drivers= \
-Dvulkan-drivers=freedreno \
-Dfreedreno-kmds=kgsl,msm \
-Dfreedreno-kmds=kgsl \
-Dandroid-strict=false \
-Db_lto=true
ninja -C "build-android-turnip" install
Expand Down

0 comments on commit cb8123f

Please sign in to comment.