|
@@ -128,7 +128,7 @@ jobs:
|
|
|
|
|
|
|
|
else
|
|
else
|
|
|
echo "⚠ Not a git repo, using defaults"
|
|
echo "⚠ Not a git repo, using defaults"
|
|
|
- KSU_VERSION=33151
|
|
|
|
|
|
|
+ KSU_VERSION=33177
|
|
|
KSU_GIT_TAG="v3.0.0"
|
|
KSU_GIT_TAG="v3.0.0"
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
@@ -234,6 +234,9 @@ jobs:
|
|
|
echo "CONFIG_BBG=y" >> arch/arm64/configs/gki_defconfig
|
|
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
|
|
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
|
|
- name: Set Kernel Configuration Variables
|
|
|
run: |
|
|
run: |
|
|
|
|
|
|