google_pixel: Build all apps for all targets

lineage-19.1
Nolen Johnson 3 years ago
parent 686e2d1408
commit 28c6f446cf
  1. 4
      apps/GoogleApps.mk
  2. 4
      product.mk

@ -41,11 +41,11 @@ PRODUCT_PACKAGES += \
WallpaperPickerGooglePrebuilt WallpaperPickerGooglePrebuilt
## Extra packages ## Extra packages
ifneq ($(WITH_GMS_MINIMAL),true) #ifneq ($(WITH_GMS_MINIMAL),true)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
MarkupGoogle \ 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,9 +5,9 @@ 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 ($(WITH_GMS_MINIMAL),true)
include vendor/google_pixel/sounds/GoogleAudio.mk include vendor/google_pixel/sounds/GoogleAudio.mk
endif #endif
## Pixel Theme ## Pixel Theme
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \

Loading…
Cancel
Save