|
|
@@ -217,7 +217,7 @@ jobs:
|
|
|
cd "$COMMON"
|
|
|
echo "Adding BBG..."
|
|
|
curl -LSs https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
|
|
|
- echo "CONFIG_BBG=y" >> common/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
|
|
|
|
|
|
- name: Set Kernel Configuration Variables
|