From e43a8e366d1a602f5d090f7d6fe6b630e2378d07 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 14 Aug 2025 00:46:11 -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 += \