lineage: partner_gms: Correctly guard ATV GMS
* Needs to be an env-var, or when Android.mk is read in partner_gms we runinto issues with the var not being set yet. Change-Id: Ia90f9a6c97ebf406a0f3c1848286300cace2c2c9
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
ifeq ($(WITH_GMS),true)
|
ifeq ($(WITH_GMS),true)
|
||||||
ifeq ($(PRODUCT_IS_ATV),true)
|
ifeq ($(WITH_GMS_TV),true)
|
||||||
$(call inherit-product-if-exists, vendor/partner_gms-tv/products/gms.mk)
|
$(call inherit-product-if-exists, vendor/partner_gms-tv/products/gms.mk)
|
||||||
else ifeq ($(WITH_GMS_FI),true)
|
else ifeq ($(WITH_GMS_FI),true)
|
||||||
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
|
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
|
||||||
|
Reference in New Issue
Block a user