From 5647dab0bdeded0733845416fd3a0837f0520279 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 4 Aug 2019 02:59:25 +0000 Subject: [PATCH] extra: Fold DISABLE_GAPPS into WITH_GMS --- product.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/product.mk b/product.mk index e57851b..782a500 100644 --- a/product.mk +++ b/product.mk @@ -46,10 +46,6 @@ EXCLUDE_GOOGLE_SERVICES_DEVICES += \ %molly \ %tv_molly -ifneq ($(filter $(EXCLUDE_GOOGLE_SERVICES_DEVICES),$(TARGET_PRODUCT)),) -DISABLE_GAPPS := true -endif - -ifneq ($(DISABLE_GAPPS),true) +ifeq ($(WITH_GMS),true) -include vendor/google_pixel/product.mk endif # Disable GApps