extra: Disclude GApps/Pixel goodies from fugu builds

cm-14.1
Nolen Johnson 7 years ago
parent cb73947087
commit 6dd16861d1
  1. 5
      product.mk

@ -49,8 +49,11 @@ PRODUCT_PACKAGES += \
MotCamera2 MotCamera2
endif endif
-include vendor/google_pixel/product.mk ifneq ($(filter %fugu,$(TARGET_PRODUCT)),)
DISABLE_GAPPS := true
endif
ifneq ($(DISABLE_GAPPS),true) ifneq ($(DISABLE_GAPPS),true)
-include vendor/google_pixel/product.mk
-include vendor/extra/gapps.mk -include vendor/extra/gapps.mk
endif # Disable GApps endif # Disable GApps

Loading…
Cancel
Save