Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Build libdrm with kgsl
  • Loading branch information
SolDev69 authored Nov 20, 2023
1 parent bdc62e0 commit 5dee007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/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 Down

0 comments on commit 5dee007

Please sign in to comment.