lineage: partner_gms: Add minimal configuration flag

Change-Id: I245138b19448a193f8cbd12d5d26db295a4f4cdd
This commit is contained in:
Nolen Johnson
2019-06-18 03:51:03 +00:00
parent a4d6ce67e7
commit 76cdd01250

View File

@@ -2,6 +2,10 @@ ifeq ($(WITH_GMS),true)
ifeq ($(WITH_GMS_FI),true)
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
else
ifeq ($(WITH_GMS_MINIMAL),true)
$(call inherit-product-if-exists, vendor/partner_gms/products/gms_minimal.mk)
else
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
endif
endif
endif