google_pixel: Update GMS minimal variable reference

lineage-19.1
Nolen Johnson 2 years ago
parent 79c26bcc69
commit 73b1826081
  1. 6
      apps/GoogleApps.mk
  2. 2
      product.mk

@ -38,6 +38,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
FlipendoPrebuilt \ FlipendoPrebuilt \
GoogleExtServicesMobile \ GoogleExtServicesMobile \
MarkupGoogle \
NexusLauncherRelease \ NexusLauncherRelease \
PixelSetupWizard \ PixelSetupWizard \
PixelSetupWizardOverlay \ PixelSetupWizardOverlay \
@ -46,11 +47,10 @@ PRODUCT_PACKAGES += \
WallpaperPickerGooglePrebuilt WallpaperPickerGooglePrebuilt
## Extra packages ## Extra packages
#ifneq ($(WITH_GMS_MINIMAL),true) ifneq ($(GMS_MAKEFILE),gms_minimal.mk)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
MarkupGoogle \
RecorderPrebuilt RecorderPrebuilt
#endif endif
## Privledged App Permissions ## Privledged App Permissions
# Not split to account for the fact these apps are put in different locations by different GApps packages # Not split to account for the fact these apps are put in different locations by different GApps packages

@ -5,7 +5,7 @@ include vendor/google_pixel/apps/GoogleApps.mk
## Pixel Sounds ## Pixel Sounds
# Don't build on devices with limited partition sizes # Don't build on devices with limited partition sizes
#ifneq ($(WITH_GMS_MINIMAL),true) #ifneq ($(GMS_MAKEFILE),gms_minimal.mk)
include vendor/google_pixel/sounds/GoogleAudio.mk include vendor/google_pixel/sounds/GoogleAudio.mk
#endif #endif

Loading…
Cancel
Save