extra: Fold DISABLE_GAPPS into WITH_GMS

cm-14.1
Nolen Johnson 5 years ago
parent d6a03a2a7b
commit 5647dab0bd
  1. 6
      product.mk

@ -46,10 +46,6 @@ EXCLUDE_GOOGLE_SERVICES_DEVICES += \
%molly \ %molly \
%tv_molly %tv_molly
ifneq ($(filter $(EXCLUDE_GOOGLE_SERVICES_DEVICES),$(TARGET_PRODUCT)),) ifeq ($(WITH_GMS),true)
DISABLE_GAPPS := true
endif
ifneq ($(DISABLE_GAPPS),true)
-include vendor/google_pixel/product.mk -include vendor/google_pixel/product.mk
endif # Disable GApps endif # Disable GApps

Loading…
Cancel
Save