Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7d29a7a authored by Nolen Johnson's avatar Nolen Johnson
Browse files

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
parent 7599b776
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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)