vars: Use gs201 kernel for gs101 pixels

It's exactly the same

Change-Id: I5e4fc58f1ca82fae03144e156a38b07673e5c128
This commit is contained in:
Michael Bestas 2023-07-13 16:43:06 +03:00 committed by Michael Bestas
parent 35ef879579
commit 17ef54741f
3 changed files with 1 additions and 8 deletions

View file

@ -1,6 +0,0 @@
# Pixel 6, 6 Pro, 6a
# Updated semi-manually via pixel/update-any-var.sh
readonly prev_kernel_tag=android-13.0.0_r0.83 # Jun 2023
readonly kernel_tag=android-13.0.0_r0.100 # Jul 2023

View file

@ -1,4 +1,4 @@
# Pixel 7, 7 Pro, 7a
# Pixel 6, 6 Pro, 6a, 7, 7 Pro, 7a, Tablet, Fold
# Updated semi-manually via pixel/update-any-var.sh

View file

@ -1,7 +1,6 @@
# Usage: ${kernel_repos[@]}
readonly kernel_repos=(
kernel/google/gs201/private/gs-google
kernel/google/gs101/private/gs-google
kernel/google/redbull
kernel/google/msm-4.14
)