lineage: Build Fi GMS product if WITH_GMS_FI is defined

Change-Id: Ia141fec1168e21726718cf11da83bb5ca0f68a56
This commit is contained in:
Rashed Abdel-Tawab
2019-05-18 23:28:52 -07:00
committed by Rashed Abdel-Tawab
parent 6b5af98a3b
commit fc5a8fa0ad

View File

@@ -1,3 +1,7 @@
ifeq ($(WITH_GMS),true)
ifeq ($(WITH_GMS_FI),true)
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
else
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
endif
endif