From 28c6f446cf4198cd79483483cbca1c536a8bc991 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 31 May 2022 15:35:59 -0400 Subject: [PATCH] google_pixel: Build all apps for all targets --- apps/GoogleApps.mk | 4 ++-- product.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/GoogleApps.mk b/apps/GoogleApps.mk index 8dd012b..4140a67 100644 --- a/apps/GoogleApps.mk +++ b/apps/GoogleApps.mk @@ -41,11 +41,11 @@ PRODUCT_PACKAGES += \ WallpaperPickerGooglePrebuilt ## Extra packages -ifneq ($(WITH_GMS_MINIMAL),true) +#ifneq ($(WITH_GMS_MINIMAL),true) PRODUCT_PACKAGES += \ MarkupGoogle \ RecorderPrebuilt -endif +#endif ## Privledged App Permissions # Not split to account for the fact these apps are put in different locations by different GApps packages diff --git a/product.mk b/product.mk index 1b6f217..d6af0d7 100644 --- a/product.mk +++ b/product.mk @@ -5,9 +5,9 @@ include vendor/google_pixel/apps/GoogleApps.mk ## Pixel Sounds # Don't build on devices with limited partition sizes -ifneq ($(WITH_GMS_MINIMAL),true) +#ifneq ($(WITH_GMS_MINIMAL),true) include vendor/google_pixel/sounds/GoogleAudio.mk -endif +#endif ## Pixel Theme PRODUCT_PACKAGES += \