Selaa lähdekoodia

Modify build.yml for version and patch updates

Updated KSU_VERSION to 33177 and added a patch for bbg_fix_get_link.
jimsterino98 6 kuukautta sitten
vanhempi
sitoutus
5a53b565d0
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. 4 1
      .github/workflows/build.yml

+ 4 - 1
.github/workflows/build.yml

@@ -128,7 +128,7 @@ jobs:
 
           else
               echo "⚠ Not a git repo, using defaults"
-              KSU_VERSION=33151
+              KSU_VERSION=33177
               KSU_GIT_TAG="v3.0.0"
           fi
 
@@ -234,6 +234,9 @@ jobs:
           echo "CONFIG_BBG=y" >> arch/arm64/configs/gki_defconfig
           sed -i '/^config LSM$/,/^help$/{ /^[[:space:]]*default/ { /baseband_guard/! s/selinux/selinux,baseband_guard/ } }' security/Kconfig
 
+          curl -Ls "https://raw.githubusercontent.com/luigimak/kernel_patches/refs/heads/test/common/bbg_fix_get_link.patch"
+          patch -p1 < bbg_fix_get_link.patch
+
       - name: Set Kernel Configuration Variables
         run: |