From f5a15c81982f7b04e4777f1116dadc421edf12d7 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 14 Aug 2025 00:46:45 -0400 Subject: [PATCH] google_pixel: Don't include on _tab builds * Limited space. --- product.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product.mk b/product.mk index 7b53f42..d32891d 100644 --- a/product.mk +++ b/product.mk @@ -1,11 +1,13 @@ ## Pixel Codenames include vendor/google_pixel/codenames.mk +ifeq ($(filter %_tab,$(TARGET_PRODUCT)),) ## Pixel Apps include vendor/google_pixel/apps/GoogleApps.mk ## Pixel Sounds include vendor/google_pixel/sounds/GoogleAudio.mk +endif ## Pixel Themes PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \