File tree Expand file tree Collapse file tree
.github/actions/build-kernel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1595,7 +1595,7 @@ runs:
15951595 echo "Customize Kernel Branding"
15961596 cd "$COMMON_KERNEL_FOLDER"
15971597 mkdir -p out
1598- CUSTOM_LOCALVERSION="-${ANDROID_VER}-${OP_UNAME}"
1598+ CUSTOM_LOCALVERSION="-${ANDROID_VER}-${OP_UNAME}-BBRv3 "
15991599 echo "CUSTOM_LOCALVERSION=$CUSTOM_LOCALVERSION" >> "$GITHUB_ENV"
16001600
16011601 - name : Disable GPUEB
@@ -1701,7 +1701,7 @@ runs:
17011701
17021702 make LD="$COMMON_KERNEL_FOLDER/ld-wrapper" HOSTLD="$COMMON_KERNEL_FOLDER/ld-wrapper" O="$OUT" gki_defconfig
17031703
1704- LOCAL_LOCALVERSION="${CUSTOM_LOCALVERSION:--OP-WILD}"
1704+ LOCAL_LOCALVERSION="${CUSTOM_LOCALVERSION:--OP-WILD-BBRv3 }"
17051705 if [ -n "${LOCAL_LOCALVERSION:-}" ]; then
17061706 scripts/config --file "$OUT/.config" --set-str LOCALVERSION "${LOCAL_LOCALVERSION}"
17071707 scripts/config --file "$OUT/.config" -d LOCALVERSION_AUTO || true
You can’t perform that action at this time.
0 commit comments