Skip to content

Commit 109db9d

Browse files
committed
Add BBRv3 to uname to differentiate Kernels
1 parent 9cbe159 commit 109db9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/build-kernel/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)