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
gugelfrei
Nolen Johnson 3 years ago
parent cec409ecf8
commit a3fc194a83

@ -1,5 +1,5 @@
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)
else ifeq ($(WITH_GMS_FI),true)
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)

Loading…
Cancel
Save