There was an error while loading. Please reload this page.
1 parent b46be97 commit b7fc1a0Copy full SHA for b7fc1a0
1 file changed
.github/workflows/build.yml
@@ -1443,7 +1443,11 @@ jobs:
1443
run: |
1444
wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
1445
BBG_MAKEFILE="Baseband-guard/Makefile"
1446
- if [ -f "$BBG_MAKEFILE" ]; then
+ 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"
1451
python3 - "$BBG_MAKEFILE" <<'PY'
1452
import sys
1453
from pathlib import Path
0 commit comments