[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
lineage-19.1
Nolen Johnson 3 years ago
parent 058f7b1422
commit de9e2c05c7
  1. 6
      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 += \

Loading…
Cancel
Save