partner_gms: Support TV GMS

Change-Id: I16c1f4a868c119b54da3e41c2e5b7e6bf7e0a53e
gugelfrei
Nolen Johnson 4 years ago
parent 612c5a846e
commit af32ee6d3f

@ -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

Loading…
Cancel
Save