partner_gms: Support TV GMS

Change-Id: I16c1f4a868c119b54da3e41c2e5b7e6bf7e0a53e
This commit is contained in:
Nolen Johnson
2020-06-01 08:50:58 -04:00
parent 612c5a846e
commit af32ee6d3f

View File

@@ -1,4 +1,7 @@
ifeq ($(WITH_GMS),true)
ifeq ($(PRODUCT_IS_ATV),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)
else
@@ -9,3 +12,4 @@ $(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
endif
endif
endif
endif