Skip to content

Commit b7fc1a0

Browse files
Scope BBG legacy host fix to 5.15.41
1 parent b46be97 commit b7fc1a0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,11 @@ jobs:
14431443
run: |
14441444
wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
14451445
BBG_MAKEFILE="Baseband-guard/Makefile"
1446-
if [ -f "$BBG_MAKEFILE" ]; then
1446+
if [ "${{ inputs.android_version }}" = "android13" ] && \
1447+
[ "${{ inputs.kernel_version }}" = "5.15" ] && \
1448+
[ "${{ inputs.sub_level }}" = "41" ] && \
1449+
[ -f "$BBG_MAKEFILE" ]; then
1450+
echo "应用 BBG legacy host header 生成兼容修复: android13-5.15.41"
14471451
python3 - "$BBG_MAKEFILE" <<'PY'
14481452
import sys
14491453
from pathlib import Path

0 commit comments

Comments
 (0)