|
|
@@ -234,8 +234,7 @@ 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
|
|
|
+ curl -Ls "https://raw.githubusercontent.com/luigimak/kernel_patches/refs/heads/test/common/bbg_fix_get_link.patch" | patch -p1
|
|
|
|
|
|
- name: Set Kernel Configuration Variables
|
|
|
run: |
|