From de9e2c05c767c78dc817d28e7292a364dea3bda1 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 11 Nov 2021 13:42:08 -0500 Subject: [PATCH] [TMP] google_pixel: Don't build Google Camera * I need to move this to Android.bp to avoid implicit JAR dep checks. Change-Id: I4fe4f5d5b6e09003258d3b5f07cc2a1165d1705a --- apps/GoogleApps.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/GoogleApps.mk b/apps/GoogleApps.mk index b546654..aa3fc83 100644 --- a/apps/GoogleApps.mk +++ b/apps/GoogleApps.mk @@ -20,12 +20,6 @@ PRODUCT_PACKAGES += \ PixelWallpapers2020 endif -## Only build Pixel exclusives on Pixels -ifneq ($(filter $(PIXEL_CODENAMES),$(TARGET_PRODUCT)),) -PRODUCT_PACKAGES += \ - GoogleCamera -endif - ## Only build DevicePersonalizationServices on non-Pixels ifeq ($(filter $(PIXEL_CODENAMES),$(TARGET_PRODUCT)),) PRODUCT_PACKAGES += \