From 48e4709d817fbde78079b5701eb7204ec0f4e2ce Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Wed, 1 Nov 2023 11:07:19 -0400 Subject: [PATCH] google_pixel: codenames: Add support for Pixel 8 series --- codenames.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/codenames.mk b/codenames.mk index c5bfb25..e4e7d4a 100644 --- a/codenames.mk +++ b/codenames.mk @@ -42,6 +42,10 @@ PIXEL2022_MIDYEAR_CODENAMES += \ PIXELTABLET_CODENAMES += \ %tangorpro \ +PIXEL2023_CODENAMES += \ + %husky \ + %shiba + PIXEL_CODENAMES += \ $(PIXEL2016_CODENAMES) \ $(PIXEL2017_CODENAMES) \ @@ -53,4 +57,5 @@ PIXEL_CODENAMES += \ $(PIXEL2021_MIDYEAR_CODENAMES) \ $(PIXEL2022_CODENAMES) \ $(PIXEL2022_MIDYEAR_CODENAMES) \ - $(PIXELTABLET_CODENAMES) + $(PIXELTABLET_CODENAMES) \ + $(PIXEL2023_CODENAMES)