time for mindthegapps lineage-17.0 lineage-17.1
authorJan Altensen <info@stricted.net>
Sat, 14 Sep 2019 05:04:30 +0000 (07:04 +0200)
committerJan Altensen <info@stricted.net>
Sat, 14 Sep 2019 05:04:30 +0000 (07:04 +0200)
Change-Id: Ic5dfe8a8cdbb881f08260a1204dfaefde54b35e6

product.mk

index 561880c8441f8ab5ec527a20a6b66c0b547d2c2f..5142c51bb232120e71655aff81b484e8f62b9da2 100644 (file)
@@ -9,17 +9,10 @@ PRODUCT_DEFAULT_DEV_CERTIFICATE := vendor/certs/releasekey
 PRODUCT_EXTRA_RECOVERY_KEYS := vendor/certs/releasekey
 endif
 
-ifneq ($(filter lineage_pioneer,$(TARGET_PRODUCT)),)
-
-# SU
-PRODUCT_PACKAGES += su
-
-# opengapps
-GAPPS_VARIANT := nano
-$(call inherit-product, vendor/opengapps/build/opengapps-packages.mk)
+ifeq ($(WITH_GAPPS),true)
 
 # mindthegapps
-# $(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
+$(call inherit-product, vendor/gapps/common/common-vendor.mk)
 
 endif